diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-14 17:11:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-14 17:11:55 +0000 |
commit | 3bccbe4d46fb9519d4819afc1eb01e6e8ecdb15f (patch) | |
tree | a1ed46e7ae77ef7c960f4f79b36411c40d627ff9 /sys-devel/gcc/gcc-3.4.3-r1.ebuild | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-3bccbe4d46fb9519d4819afc1eb01e6e8ecdb15f.tar.gz gentoo-2-3bccbe4d46fb9519d4819afc1eb01e6e8ecdb15f.tar.bz2 gentoo-2-3bccbe4d46fb9519d4819afc1eb01e6e8ecdb15f.zip |
add arm mips ppc x86 to uclibc/ssp
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.3-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.3-r1.ebuild b/sys-devel/gcc/gcc-3.4.3-r1.ebuild index bb5795357ec2..dfb5f58758d5 100644 --- a/sys-devel/gcc/gcc-3.4.3-r1.ebuild +++ b/sys-devel/gcc/gcc-3.4.3-r1.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.3-r1.ebuild,v 1.8 2004/12/09 05:57:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3-r1.ebuild,v 1.9 2004/12/14 17:11:55 vapier Exp $ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" @@ -53,7 +53,7 @@ ETYPE="gcc-compiler" # arch/libc configurations known to be stable with {PIE,SSP}-by-default SSP_STABLE="x86 sparc amd64" -SSP_UCLIBC_STABLE="" +SSP_UCLIBC_STABLE="arm mips ppc x86" PIE_GLIBC_STABLE="x86 sparc amd64" PIE_UCLIBC_STABLE="x86 mips ppc" |