summaryrefslogtreecommitdiff
path: root/package/exmap/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:19:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:19:44 +0100
commitb608c5a7dc38765319cc5f7cb32d35fcb0701d08 (patch)
tree15bcd0cd2d80058dbdd6bea3e6fb73cb7e7000bb /package/exmap/Makefile
parent55d3db867cddc1b2917a60cda577a7865f49eda8 (diff)
fix misusage of CFLAGS, found via -fhonour-copts
Diffstat (limited to 'package/exmap/Makefile')
-rw-r--r--package/exmap/Makefile1
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" \