make sure a predefined CFLAGS variable does not get in the way (fix for #4038)
[openwrt.git] / include / toplevel.mk
index 06b0055..9d0eb25 100644 (file)
@@ -24,6 +24,9 @@ export REVISION
 export OPENWRTVERSION
 export IS_TTY=$(shell tty -s && echo 1 || echo 0)
 
+# make sure that a predefined CFLAGS variable does not disturb packages
+export CFLAGS=
+
 ifeq ($(FORCE),)
   .config scripts/config/conf scripts/config/mconf: tmp/.prereq-build
 endif
This page took 0.019392 seconds and 4 git commands to generate.