summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-07 17:04:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-07 17:04:56 +0100
commita0ea7c09e9b28bf6571363a2c3542fb03f7b34ae (patch)
tree94eb5b9ec7d96b2aed1cfd46a78492a3b322579c /rules.mk
parent1c88166550fa0f7e6558fa15ede4df0d2a943103 (diff)
add varios patches...
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 40d98186b..f10be0b86 100644
--- a/rules.mk
+++ b/rules.mk
@@ -49,7 +49,7 @@ export BASH HOSTCC HOSTCFLAGS MAKE LANGUAGE LC_ALL OStype PATH
HOSTCPPFLAGS?=
HOSTLDFLAGS?=
-TARGET_CFLAGS:= $(strip -fno-ident ${TARGET_CFLAGS})
+TARGET_CFLAGS:= $(strip -fno-ident -fhonour-copts ${TARGET_CFLAGS})
TARGET_CC:= $(strip ${TARGET_CC})
TARGET_CXX:= $(strip ${TARGET_CXX})