X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.upstream;h=28395cdf6a2c572fea6864d94adcc9500579990f;hb=7ccf2a8b35954225ccff4fd056b146fcb5f539db;hp=9bcdf6f7eee6ee0ef74c2dd6f95cc9f44af7245a;hpb=6df08c52d9710948d2ab65914512c4cb07655bff;p=org.ibex.core.git diff --git a/Makefile.upstream b/Makefile.upstream index 9bcdf6f..28395cd 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -68,9 +68,10 @@ ifneq ($(shell uname),$(platform)) configure_gcc-3.3 += --with-gnu-ld=$(shell pwd)/upstream/install/bin/$(target)-ld configure_gcc-3.3 += --with-as=$(shell pwd)/upstream/install/bin/$(target)-as endif +ifneq ($(target),mips-unknown-elf) configure_gcc-3.3 += --with-headers=$(shell pwd)/upstream/install/$(target)/include +endif configure_gcc-3.3_powerpc-apple-darwin += --enable-threads=posix --disable-hash-synchronization --disable-multilib -configure_gcc-3.3_i686-pc-mingw32 += --with-headers=$(shell pwd)/upstream/install/$(target)/include configure_gcc-3.3_i686-pc-mingw32 += --enable-threads=win32 --enable-hash-synchronization configure_gcc-3.3_i686-pc-linux-gnu += --enable-threads=posix --enable-hash-synchronization configure_gcc-3.3_sparc-sun-solaris2.7 += --enable-threads=posix --disable-multilib