diff options
author | 2005-07-06 05:56:17 +0000 | |
---|---|---|
committer | 2005-07-06 05:56:17 +0000 | |
commit | c8b6fba4211c96ee9a2dfa06808793e861e13194 (patch) | |
tree | 0ade393f04c0dd3a8aedb6e56f91f505356ebb27 /profiles | |
parent | Add DEPEND for ppc64 with a 32bit userland. (diff) | |
download | gentoo-2-c8b6fba4211c96ee9a2dfa06808793e861e13194.tar.gz gentoo-2-c8b6fba4211c96ee9a2dfa06808793e861e13194.tar.bz2 gentoo-2-c8b6fba4211c96ee9a2dfa06808793e861e13194.zip |
Add gcc64 to STAGE1_USE for 32bit-userland.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/2005.1/ppc64/32bit-userland/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-linux/ppc/2005.1/ppc64/32bit-userland/make.defaults b/profiles/default-linux/ppc/2005.1/ppc64/32bit-userland/make.defaults index f81abfe2abb7..bd707bf9868a 100644 --- a/profiles/default-linux/ppc/2005.1/ppc64/32bit-userland/make.defaults +++ b/profiles/default-linux/ppc/2005.1/ppc64/32bit-userland/make.defaults @@ -9,7 +9,7 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="${ARCH}" -STAGE1_USE="unicode" +STAGE1_USE="gcc64 unicode" GRP_STAGE23_USE="${STAGE1_USE} ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses ibm" USE="${GRP_STAGE23_USE} berkdb bitmap-fonts gif jpeg ncurses png truetype truetype-fonts type1-fonts zlib nptl" |