summaryrefslogtreecommitdiff
path: root/sys-devel/gcc/files/3.3.4/libffi-without-libgcj.patch
blob: 507d42f00e90a39a3130a3022c5aec2a32474330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.in.old	2004-06-26 07:01:06.000000000 +0200
+++ configure.in	2004-06-26 07:02:55.000000000 +0200
@@ -52,8 +52,7 @@
 host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator libtool gettext zip fastjar"
 
 # libgcj represents the runtime libraries only used by gcj.
-libgcj="target-libffi \
-	target-boehm-gc \
+libgcj="target-boehm-gc \
 	target-zlib \
 	target-qthreads \
 	target-libjava"
@@ -66,7 +65,8 @@
 		target-newlib \
 		${libstdcxx_version} \
 		target-libf2c \
-		${libgcj}
+		${libgcj} \
+		target-libffi \
 		target-libobjc"
 
 # these tools are built using the target libs, and are intended to run only