summaryrefslogtreecommitdiff
path: root/package/binutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:25:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:25:47 +0100
commitb563b8fd141c741932c110c2901fab555f5b22ef (patch)
tree903aa1734284f45d91a1c0a41492358b43a9a930 /package/binutils/Makefile
parent3723786959d32721306929a3a073fc9806b51ff4 (diff)
get rid of ADK_NATIVE mode, it is not regulary tested and the results where not satisfying.
Diffstat (limited to 'package/binutils/Makefile')
-rw-r--r--package/binutils/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile
index b6e6fb616..c23bac585 100644
--- a/package/binutils/Makefile
+++ b/package/binutils/Makefile
@@ -33,13 +33,9 @@ endif
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
TARGET_CFLAGS+= -fPIC
-ifeq ($(ADK_NATIVE),)
CONFIGURE_ARGS+= --disable-werror \
--host=$(GNU_TARGET_NAME) \
--target=$(GNU_TARGET_NAME)
-else
-CONFIGURE_ARGS+= --disable-werror
-endif
# disable honour cflags stuff
XAKE_FLAGS+= GCC_HONOUR_COPTS=s