diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-11 18:19:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-11 18:19:44 +0100 |
commit | b608c5a7dc38765319cc5f7cb32d35fcb0701d08 (patch) | |
tree | 15bcd0cd2d80058dbdd6bea3e6fb73cb7e7000bb /package/exmap/Makefile | |
parent | 55d3db867cddc1b2917a60cda577a7865f49eda8 (diff) |
fix misusage of CFLAGS, found via -fhonour-copts
Diffstat (limited to 'package/exmap/Makefile')
-rw-r--r-- | package/exmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/exmap/Makefile b/package/exmap/Makefile index 536249af9..9b3c57740 100644 --- a/package/exmap/Makefile +++ b/package/exmap/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --disable-doc CONFIGURE_ENV+= LIBS="-lncurses" pre-build: + GCC_HONOUR_COPTS=s \ KERNEL_PATH=${LINUX_DIR} \ CROSS_COMPILE="${TARGET_CROSS}" \ V=1 ARCH="${ARCH}" KERNELVERSION="2.6" \ |