diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2006-07-31 04:05:03 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2006-07-31 04:05:03 +0000 |
commit | a62cd4fa0382fb4d26151a0f7a968fb227206f81 (patch) | |
tree | e6a41e3ce9a1f342ef59051cb22b8c0be7bdd7e1 /profiles/default-linux/ppc | |
parent | Revision bump to support new Java system. (diff) | |
download | historical-a62cd4fa0382fb4d26151a0f7a968fb227206f81.tar.gz historical-a62cd4fa0382fb4d26151a0f7a968fb227206f81.tar.bz2 historical-a62cd4fa0382fb4d26151a0f7a968fb227206f81.zip |
Adjustment to add nptl nptlonly to 32-bit userland make.defaults now that glibc 2.4 is stable for 2006.1 friendlyness.
Diffstat (limited to 'profiles/default-linux/ppc')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/make.defaults index a3873193aba7..f2ecdff79bfb 100644 --- a/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/make.defaults @@ -10,8 +10,8 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="${ARCH}" -STAGE1_USE="gcc64 unicode" -USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk ibm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam perl pdflib png python qt qt3 qt4 quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv zlib" +STAGE1_USE="gcc64 nptl nptlonly unicode" +USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk ibm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg opengl oss pam perl pdflib png python qt qt3 qt4 quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv zlib" # While this profile uses multilib functionality it is just to maintain # some similarity across profiles this profile is truly for a singe ABI, ppc32. |