From 95444b27abfb723db6c66c08dc6c12c7e1128e2e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Sep 2017 12:24:34 +0200 Subject: remove -fhonour-copts usage This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. --- package/binutils/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/binutils/Makefile') diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 89c5a36ee..9efce8208 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -41,8 +41,6 @@ CONFIGURE_ARGS+= --disable-werror \ --disable-install-libiberty \ --host=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) -# disable honour cflags stuff -XAKE_FLAGS+= GCC_HONOUR_COPTS=s libbfd-install: ${INSTALL_DIR} ${IDIR_LIBBFD}/usr/lib -- cgit v1.2.3