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 | dec0ca5c8fcee89d1bb34bcf71c4ba293aa758ce (patch) | |
tree | 6e8aa79f6d273f6fce9e79da4eea1f007827448f /sys-devel | |
parent | stable on ppc64 (diff) | |
download | historical-dec0ca5c8fcee89d1bb34bcf71c4ba293aa758ce.tar.gz historical-dec0ca5c8fcee89d1bb34bcf71c4ba293aa758ce.tar.bz2 historical-dec0ca5c8fcee89d1bb34bcf71c4ba293aa758ce.zip |
add arm mips ppc x86 to uclibc/ssp
Diffstat (limited to 'sys-devel')
-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" |