From ce140f3b1b7c9081e205710dff13f5e43879cd4f Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 18 Apr 2011 17:41:19 +0200 Subject: package/busybox: CFLAGS variable seems to be handled since last minor update Therefore drop the EXTRA_CFLAGS variable, as that makes gcc complain because of doubly passed -fhonour-copts parameter. --- package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 51cc30ddc..67884cf3e 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -38,7 +38,7 @@ BB_MAKE_FLAGS:= V=1 IPKG_ARCH="${CPU_ARCH}" ARCH="${ARCH}" GCC_HONOUR_COPTS=s \ HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="$(CFLAGS_FOR_BUILD)" \ -C ${WRKBUILD} ifneq (${ADK_NATIVE},y) -BB_MAKE_FLAGS+= EXTRA_CFLAGS="${TARGET_CFLAGS}" CROSS_COMPILE="$(TARGET_CROSS)" +BB_MAKE_FLAGS+= CROSS_COMPILE="$(TARGET_CROSS)" endif # XXX: Although this looks like all new symbols are enabled when 'make oldconfig' runs, they're not. -- cgit v1.2.3