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