From 79396f851cdbf9312f5aa658ec2cd8ddb59906c9 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:44:35 +0000 Subject: [PATCH] 2004/01/16 10:21:31 darcs-hash:20040130074435-2ba56-1b9f3ae03cfe9d227bc72a63da427f2f723af361.gz --- Makefile.upstream | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4