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 | 2eb187b3a5fc486d1d50661ebc784f3d5d43fe14 (patch) | |
tree | b8265d126dbb637142e96e51194be631aa3320df /profiles/uclibc | |
parent | Removed hppa from 64bit.eclass since it's no more needed for -fPIC stuff. (diff) | |
download | gentoo-2-2eb187b3a5fc486d1d50661ebc784f3d5d43fe14.tar.gz gentoo-2-2eb187b3a5fc486d1d50661ebc784f3d5d43fe14.tar.bz2 gentoo-2-2eb187b3a5fc486d1d50661ebc784f3d5d43fe14.zip |
add pic to STAGE1_USE so gzip will be correctly without inline __asm__() on a hardened system
Diffstat (limited to 'profiles/uclibc')
-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" |