From dff2d49e4342587e3d4c2f578eacfdc0e4089cca Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 15 May 2015 21:40:37 +0200 Subject: add more coldfire toolchain targets --- toolchain/gcc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'toolchain/gcc') 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) \ -- cgit v1.2.3