X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=0e2b02010129cedd0967ee0d273ef9a077fe3ce3;hp=64886ea278910113178c0b4c514685cab43a345c;hb=4cc48f20c2927ad6d88f4d54e10b5fe46fcef2df;hpb=b6bbd939ccf7a13cdd68fec3f7783a354379516e diff --git a/upstream/Makefile b/upstream/Makefile index 64886ea..0e2b020 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -124,7 +124,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)/install/bin/mips-unknown-elf-gcc && \ + $(MAKE) TARGET_CFLAGS="$(MIPS_CFLAGS)" && \ $(MAKE) install touch $@