summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-09-08 23:07:04 +0000
committerTravis Tilley <lv@gentoo.org>2004-09-08 23:07:04 +0000
commit860f38516d6fa6149ef89bcae36991bda9c5789e (patch)
treed1a222c772ed6b4d8a70267d9d7a8b903b43303b /sys-devel/gcc
parentuse debug support (not for vim-core), whitespace tidyup (diff)
downloadhistorical-860f38516d6fa6149ef89bcae36991bda9c5789e.tar.gz
historical-860f38516d6fa6149ef89bcae36991bda9c5789e.tar.bz2
historical-860f38516d6fa6149ef89bcae36991bda9c5789e.zip
small "libgcc_s on archs other than amd64" fix ^^;
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/Manifest2
-rw-r--r--sys-devel/gcc/gcc-3.4.2.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 420fc1516d16..02fc4d18bb5c 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,6 +1,6 @@
MD5 99bd42b20f573db4f5dd176ec2fc8f08 gcc-3.3.2-r3.ebuild 20310
MD5 ebb324eea95cb2c6be9254a05a7ff815 gcc-3.2.3-r4.ebuild 19653
-MD5 44f4b55950cf3c3b99237ce57def7f0e gcc-3.4.2.ebuild 17421
+MD5 f4d28870205efc087980cf447299a7a7 gcc-3.4.2.ebuild 17498
MD5 d3b281e2d3ff272a34d85f475452a668 gcc-3.3.3_pre20040408-r1.ebuild 22511
MD5 9be02aa10d2d5643f3fb4f769345ecf9 gcc-3.3.ebuild 16522
MD5 9d2f881e949534e2585b5b1e32b8edf9 gcc-3.1.1-r2.ebuild 9274
diff --git a/sys-devel/gcc/gcc-3.4.2.ebuild b/sys-devel/gcc/gcc-3.4.2.ebuild
index f85da51eacc9..98fda399356b 100644
--- a/sys-devel/gcc/gcc-3.4.2.ebuild
+++ b/sys-devel/gcc/gcc-3.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2.ebuild,v 1.2 2004/09/08 21:09:19 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2.ebuild,v 1.3 2004/09/08 23:07:04 lv Exp $
IUSE="static nls bootstrap build nomultilib gcj gtk f77 objc hardened uclibc n32 n64"
@@ -503,6 +503,8 @@ src_install() {
if [ -e ${D}/${LIBPATH}/libgcc_s.so ] ; then
mkdir -p ${D}/$(get_libdir)/
mv ${D}/${LIBPATH}/libgcc_s* ${D}/$(get_libdir)/
+ # we need a libgcc_s.so
+ dosym libgcc_s.so.1 /$(get_libdir)/libgcc_s.so
add_version_to_shared ${D}/$(get_libdir)/
fi
fi