summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-15 21:40:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-15 21:40:37 +0200
commitdff2d49e4342587e3d4c2f578eacfdc0e4089cca (patch)
tree55b1b163d8b2ba6f2c24e0abe2b2e248a792d403 /toolchain/gcc
parent3cc94763bb88c03ac860d0021d8f1a91a1e70468 (diff)
add more coldfire toolchain targets
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index caa4b2437..0ed8f077c 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -17,14 +17,13 @@ TARGET_CFLAGS:= $(filter-out -mtext-section-literals,$(TARGET_CFLAGS))
TARGET_CXXFLAGS:= $(filter-out -mtext-section-literals,$(TARGET_CXXFLAGS))
endif
-# for multilib m68k uClinux, we need to filter out some flags
+# for uClinux, we need to filter out some flags
ifeq ($(ADK_TARGET_UCLINUX),y)
-TARGET_CFLAGS:= $(filter-out -mcpu=5208,$(TARGET_CFLAGS))
TARGET_CFLAGS:= $(filter-out -msep-data,$(TARGET_CFLAGS))
-TARGET_CXXFLAGS:= $(filter-out -mcpu=5208,$(TARGET_CXXFLAGS))
TARGET_CXXFLAGS:= $(filter-out -msep-data,$(TARGET_CXXFLAGS))
endif
+
GCC_CONFOPTS:= --prefix=$(TOOLCHAIN_DIR)/usr \
--with-bugurl="http://www.openadk.org/" \
--build=$(GNU_HOST_NAME) \