X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.upstream;h=bd1f2f92a3df374423067a0bf2896577d91e4b3e;hb=79396f851cdbf9312f5aa658ec2cd8ddb59906c9;hp=82fcb38e23081dc0f332faf3f9280795dddd1bfd;hpb=aebf24e2408d92d1143a09c42258bb38a448b2ec;p=org.ibex.core.git diff --git a/Makefile.upstream b/Makefile.upstream index 82fcb38..bd1f2f9 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -65,7 +65,9 @@ endif configure_gcc-3.3 += --enable-languages=c,c++,java --enable-gc-type=boehm --disable-jvmpi configure_gcc-3.3 += --with-ld=$(shell pwd)/upstream/install/bin/$(target)-ld --with-gnu-ld configure_gcc-3.3 += --with-as=$(shell pwd)/upstream/install/bin/$(target)-as --with-gnu-as +ifneq ($(shell uname),$(platform)) configure_gcc-3.3 += --with-headers=$(shell pwd)/upstream/install/$(target)/include +endif configure_gcc-3.3 += --disable-java-awt --disable-interpreter --enable-static --enable-libgcj configure_gcc-3.3 += --enable-shared configure_gcc-3.3_powerpc-apple-darwin += --enable-threads=posix --disable-hash-synchronization --disable-multilib