From 0b7ee8e3e58895d4c2853e2b3fa1860e1c80277f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 22 Jan 2014 13:01:39 +0000 Subject: should select teh coldfire architecture as teh compiler default --- m5475-atari-mint/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm5475-atari-mint') diff --git a/m5475-atari-mint/Makefile b/m5475-atari-mint/Makefile index 9037088..43e6c56 100644 --- a/m5475-atari-mint/Makefile +++ b/m5475-atari-mint/Makefile @@ -138,7 +138,8 @@ $(BUILDSTEPS)/bootstrap-compiler.d: $(BUILDSTEPS)/srcdir-step3.d $(BUILDSTEPS)/b --prefix=$(PREFIX) --target=$(TARGET_NAME) \ --disable-nls --enable-languages=c \ --enable-checking=no --enable-c99 \ - --enable-maintainer-mode --without-headers + --enable-maintainer-mode --without-headers \ + --with-arch=cf cd $(BUILDDIR) && $(GCC_ENV_PARAMS) make all-gcc cd $(BUILDDIR) && $(GCC_ENV_PARAMS) make install-gcc cd $(BUILDDIR) && $(GCC_ENV_PARAMS) make all-target-libgcc -- cgit v1.2.3