diff options
author | Ned Ludd <solar@gentoo.org> | 2004-10-13 17:23:08 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-10-13 17:23:08 +0000 |
commit | 980494b6277dd21a36f830c90762b6319afbde74 (patch) | |
tree | 79eb58e900e838c5ec2854c8a822b22d2a29ee6f | |
parent | Removed hppa from 64bit.eclass since it's no more needed for -fPIC stuff. (diff) | |
download | historical-980494b6277dd21a36f830c90762b6319afbde74.tar.gz historical-980494b6277dd21a36f830c90762b6319afbde74.tar.bz2 historical-980494b6277dd21a36f830c90762b6319afbde74.zip |
add pic to STAGE1_USE so gzip will be correctly without inline __asm__() on a hardened system
-rw-r--r-- | profiles/uclibc/hardened/x86/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/uclibc/hardened/x86/make.defaults b/profiles/uclibc/hardened/x86/make.defaults index acc03d30d3f2..b5c34c28d41e 100644 --- a/profiles/uclibc/hardened/x86/make.defaults +++ b/profiles/uclibc/hardened/x86/make.defaults @@ -1,4 +1,5 @@ USE="x86 berkdb crypt ncurses readline ssl tcpd zlib pic pie hardened uclibc" +STAGE1_USE="uclibc hardened pic" GRP_STAGE23_USE="x86 berkdb crypt ncurses readline ssl tcpd zlib pic pie hardened uclibc" ARCH="x86" |