diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-05 00:40:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-05 00:40:36 +0000 |
commit | 3991ded8b80694ef08720c6aa8925f23c2fa13ae (patch) | |
tree | f985654149ac4f60719ab47fc668dba71ccc6edf /sys-devel | |
parent | Moved to app-admin/showconsole. (diff) | |
download | historical-3991ded8b80694ef08720c6aa8925f23c2fa13ae.tar.gz historical-3991ded8b80694ef08720c6aa8925f23c2fa13ae.tar.bz2 historical-3991ded8b80694ef08720c6aa8925f23c2fa13ae.zip |
Stop CFLAGS_* from entering env file.
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/Manifest | 8 | ||||
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.4.0 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/gcc-config/Manifest b/sys-devel/gcc-config/Manifest index 36d4aa8ff5f9..2b988f6a9150 100644 --- a/sys-devel/gcc-config/Manifest +++ b/sys-devel/gcc-config/Manifest @@ -12,13 +12,13 @@ MD5 e7c7a83406a374ee4262c97d6e5673b2 files/wrapper-1.4.3.c 7545 MD5 ee3f55895cd7d8bc97f6903961a5491b files/wrapper-1.4.5.c 10671 MD5 3d37d08bd6d1d828ea19572c0c381032 files/gcc-config-1.3.10 13233 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gcc-config-1.3.10-r1 0 -MD5 bda80f047ae2a40d64ee9228ad931448 files/gcc-config-1.4.0 14561 +MD5 43dc775ec1a6c50d87e929f0bbaab5bd files/gcc-config-1.4.0 14564 MD5 b896b5ba2fa0766e410adf13ecc8048e files/wrapper-1.4.6.c 10526 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gcc-config-1.4.0 0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCKKCZArHZZzCEUG0RAr/+AJ9Qc/bCqQQbuxoO5FlTq548Q4j6agCeNKOu -WhIfJ1kdxUIXYPZkInjUHEI= -=f13F +iD8DBQFCKQAOArHZZzCEUG0RAj9/AJ4mVK2B/OOW5Aa4YXFfei3svkItsQCfQebi +QivBKp1c1fgoXXf9K9szlk8= +=G3QY -----END PGP SIGNATURE----- diff --git a/sys-devel/gcc-config/files/gcc-config-1.4.0 b/sys-devel/gcc-config/files/gcc-config-1.4.0 index 1f7b15c296d8..19cbf8a7a26b 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.4.0 +++ b/sys-devel/gcc-config/files/gcc-config-1.4.0 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.4 2005/03/04 17:53:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.0,v 1.5 2005/03/05 00:40:36 eradicator Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> trap ":" INT QUIT TSTP @@ -175,7 +175,7 @@ switch_profile() { echo "CURRENT=${CC_COMP}" > "${CONFIG_FILE}" else # Pass all by default - ${AWK} '!/^(STDCXX_INCDIR|LDPATH|CC|CXX|CTARGET|GCCBITS|GCC_SPECS|CFLAGS|FAKE_TARGETS)=/ {print $0}' \ + ${AWK} '!/^(STDCXX_INCDIR|LDPATH|CC|CXX|CTARGET|GCCBITS|GCC_SPECS|CFLAGS_.*|FAKE_TARGETS)=/ {print $0}' \ "${GCC_ENV_D}/${CC_COMP}" > "${ENV_FILE}" echo "LDPATH=\"${MY_LDPATH}\"" >> "${ENV_FILE}" if [[ -n ${GCC_SPECS} ]] && [[ -e ${ROOT}/${GCC_SPECS} ]] ; then |