From: adam Date: Mon, 10 May 2004 11:26:40 +0000 (-0700) Subject: 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=bbef76a6c94759d7cd3e959450c4a753103af320;hp=583406fcf43b576446e24c20df5a28d7fa879822 clobber GCC_FOR_TARGET; this should solve the specs issue / UNTESTED darcs-hash:20040510112640-5007d-26d7c8f2a42062b5f4e42a22044ec9d183348f25.gz --- 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 $@