From bbef76a6c94759d7cd3e959450c4a753103af320 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 May 2004 04:26:40 -0700 Subject: [PATCH] clobber GCC_FOR_TARGET; this should solve the specs issue / UNTESTED darcs-hash:20040510112640-5007d-26d7c8f2a42062b5f4e42a22044ec9d183348f25.gz --- upstream/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/Makefile b/upstream/Makefile index c8cede7..f15c793 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -107,7 +107,7 @@ tasks/build_gcc_step2: tasks/patch_gcc tasks/build_libc mkdir -p $(usr) mkdir -p build/gcc-obj && cd build/gcc-obj && \ ../gcc-$(version_gcc)/configure --prefix=$(usr) $(configure_gcc_step2) && \ - $(MAKE) TARGET_CFLAGS="$(MIPS_CFLAGS)" && \ + $(MAKE) TARGET_CFLAGS="$(MIPS_CFLAGS)" GCC_FOR_TARGET=$(usr)/install/bin/mips-unknown-elf-gcc && \ $(MAKE) install touch $@ -- 1.7.10.4