aboutsummaryrefslogtreecommitdiff
path: root/4.0.3
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-22 04:02:40 +0000
committerMike Frysinger <vapier@gentoo.org>2012-11-22 04:02:40 +0000
commit8af2bab17f3349db70e323b2e75859aabfc8e839 (patch)
treead4ae7c34bf23dd546da59ab102e91796f976fe8 /4.0.3
parentBackport patches to ignore always_inline attribute on redefined extern inline... (diff)
downloadgcc-patches-8af2bab17f3349db70e323b2e75859aabfc8e839.tar.gz
gcc-patches-8af2bab17f3349db70e323b2e75859aabfc8e839.tar.bz2
gcc-patches-8af2bab17f3349db70e323b2e75859aabfc8e839.zip
drop libjava multilib patch since we do not enable/disable this lib independently of the multilib flag -- either you get all of multilib, or you get none of it. if you do not want java, then do not USE=gcj.
Diffstat (limited to '4.0.3')
-rw-r--r--4.0.3/gentoo/03_all_gcc4-java-nomulti.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/4.0.3/gentoo/03_all_gcc4-java-nomulti.patch b/4.0.3/gentoo/03_all_gcc4-java-nomulti.patch
deleted file mode 100644
index 3a6554d..0000000
--- a/4.0.3/gentoo/03_all_gcc4-java-nomulti.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- libjava/configure.ac.jj 2004-08-16 21:13:29.000000000 +0200
-+++ libjava/configure.ac 2004-08-21 11:44:59.020755542 +0200
-@@ -367,6 +367,10 @@ use_gtk_awt=""
- TOOLKIT=
- AC_SUBST(TOOLKIT)
-
-+if test -n "${with_multisubdir}"; then
-+ peerlibs=no
-+fi
-+
- for peer in $peerlibs ; do
- case $peer in
- xlib)
---- libjava/configure.jj 2004-08-16 21:22:14.000000000 +0200
-+++ libjava/configure 2004-08-21 11:45:16.260738060 +0200
-@@ -4118,6 +4118,9 @@ use_gtk_awt=""
- # The default toolkit to use is the first one specified.
- TOOLKIT=
-
-+if test -n "${with_multisubdir}"; then
-+ peerlibs=no
-+fi
-
- for peer in $peerlibs ; do
- case $peer in