From: adam Date: Mon, 10 May 2004 11:26:40 +0000 (-0700) Subject: UNDO: clobber GCC_FOR_TARGET; this should solve the specs issue / UNTESTED X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=7f009e0099d7cea1308f24fdc1e1b5cf9f974c17;hp=18ecce5ea457fb0839a543ecbbfedcfd23b7b168 UNDO: clobber GCC_FOR_TARGET; this should solve the specs issue / UNTESTED darcs-hash:20040510112640-5007d-e2996f2a8b4b237cdbb258fa0e54ec52567ba62c.gz --- 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 $@