diff options
author | Tom Gall <tgall@gentoo.org> | 2006-11-13 05:05:35 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2006-11-13 05:05:35 +0000 |
commit | 4a8866a2d982f862f9dea3f4dadce089eae38690 (patch) | |
tree | a04754d1a03d63cd6fac2271bb9b8664f1b797c6 /profiles | |
parent | masked version bump (diff) | |
download | gentoo-2-4a8866a2d982f862f9dea3f4dadce089eae38690.tar.gz gentoo-2-4a8866a2d982f862f9dea3f4dadce089eae38690.tar.bz2 gentoo-2-4a8866a2d982f862f9dea3f4dadce089eae38690.zip |
tag: added for gcc4 based profile
Diffstat (limited to 'profiles')
17 files changed, 213 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/make.defaults new file mode 100644 index 000000000000..339fc4bfa82c --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/make.defaults,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" +CXXFLAGS=${CFLAGS} + +STAGE1_USE="altivec unicode" +USE="${STAGE1_USE} ${USE}" diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/parent b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/pmac/parent b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/pmac/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/pmac/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/pmac/use.mask b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/pmac/use.mask new file mode 100644 index 000000000000..797b19d6fa4a --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/970/pmac/use.mask @@ -0,0 +1,2 @@ +# not ibm hardware +ibm diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults new file mode 100644 index 000000000000..62429149c76f --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults @@ -0,0 +1,44 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +ARCH="ppc64" +ACCEPT_KEYWORDS="ppc64" + +CHOST="powerpc64-unknown-linux-gnu" + +CFLAGS="-O2 -pipe" +CXXFLAGS=${CFLAGS} + +ACCEPT_KEYWORDS="ppc64" + +STAGE1_USE="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 ogg opengl oss pam perl png python qt3 qt4 quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml 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, ppc64. + +FEATURES="autoconfig sandbox sfperms -multilib-pkg" + +MULTILIB_ABIS="ppc64" +DEFAULT_ABI="ppc64" + +CFLAGS_ppc64="-m64" +LDFLAGS_ppc64="-m elf64ppc" +CHOST_ppc64="powerpc64-unknown-linux-gnu" +CDEFINE_ppc64="__powerpc64__" +LIBDIR_ppc64="lib64" + +CFLAGS_ppc="-m32" +LDFLAGS_ppc="-m elf32ppc" +CHOST_ppc="powerpc-unknown-linux-gnu" +CDEFINE_ppc="!__powerpc64__" +LIBDIR_ppc="lib32" + +# In case someone wants to help out by setting FEATURES="multilib-strict" +MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" +MULTILIB_STRICT_DENY="64-bit.*shared object" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3)" + +# Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib +SYMLINK_LIB="yes" diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/package.mask b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/package.mask new file mode 100644 index 000000000000..03ff7cb0c90d --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/package.mask @@ -0,0 +1,15 @@ +# Copyright 2003-2005 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/package.mask,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +# Mask multilib ppc64 things +# Maintained by Yuta Satoh <nigoro@gentoo.org> + +app-emulation/emul-linux-ppc-baselibs +app-emulation/emul-linux-ppc-compat +app-emulation/emul-linux-ppc-glibc +app-emulation/emul-linux-ppc-gtklibs +app-emulation/emul-linux-ppc-qtlibs +app-emulation/emul-linux-ppc-sdl +app-emulation/emul-linux-ppc-soundlibs +app-emulation/emul-linux-ppc-xlibs diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/packages b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/packages new file mode 100644 index 000000000000..238946bd032f --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/packages @@ -0,0 +1,10 @@ +# Copyright 2003-2005 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/packages,v 1.1 2006/11/13 05:05:35 tgall Exp $ +# Maintained by Tom Gall <tgall@gentoo.org> + +*>=sys-devel/binutils-2.16 +*>=sys-devel/gcc-4.1.1 +*>=sys-libs/glibc-2.4 + + diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/parent b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/make.defaults new file mode 100644 index 000000000000..3ac4a3fcae2b --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/make.defaults,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +CFLAGS="-O2 -pipe " +## Use these at your own risk : -mtune=power3 -mcpu=power3" +CXXFLAGS=${CFLAGS} diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/parent b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power3/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/make.defaults new file mode 100644 index 000000000000..d59e91158a59 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/make.defaults,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +CFLAGS="-O2 -pipe -mtune=power4 -mcpu=power4" +CXXFLAGS=${CFLAGS} diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/parent b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/make.defaults new file mode 100644 index 000000000000..da2ae2481faf --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/make.defaults,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +CFLAGS="-O2 -pipe -mtune=power5 -mcpu=power5" +CXXFLAGS=${CFLAGS} diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/parent b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/power5/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/profile.bashrc b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/profile.bashrc new file mode 100644 index 000000000000..3ab189197206 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/profile.bashrc @@ -0,0 +1,25 @@ +# When merging some packages relevant to python, sandbox cannot access. +# The following is the workaround of this problem. +# FYI, I have verified that it was unnecessary in the environment where portage-2.0.51.22-r1 and sandbox-1.2.9 were installed. + +addpredict /usr/lib64/python2.0/ +addpredict /usr/lib64/python2.1/ +addpredict /usr/lib64/python2.2/ +addpredict /usr/lib64/python2.3/ +addpredict /usr/lib64/python2.4/ +addpredict /usr/lib64/python2.5/ +addpredict /usr/lib64/python3.0/ + +# The version of profile in our 'packages' does not yet set ABI for us nor +# export the CFLAGS_${ABI} envvars... The multilib-pkg patch does, but this +# won't be in portage until atleast .52_pre + +if [ -n "${ABI}" ]; then + export ABI +elif [ -n "${DEFAULT_ABI}" ]; then + export ABI="${DEFAULT_ABI}" +else + export ABI="ppc64" +fi + +export CFLAGS_ppc64 diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/use.mask b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/use.mask new file mode 100644 index 000000000000..721331d1523b --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/use.mask @@ -0,0 +1,78 @@ +# this is a list of USE flags +# that should not be used on PPC64 +# Tom Gall <tgall@gentoo.org> manages this list +directfb +krb4 + +pda +prelude +mzscheme +chasen +mono +beagle +rar +multilib + +# dietlibc +diet + +#pyste has untested/unkeyworded deps on ppc64 +pyste + +# we don't have hardware to test. also see bug #113398 +dvb + +# mask mozilla/firefox (bug #108020) +mozilla +firefox +seamonkey + +# 2006/03/20 - Donnie Berkholz <dberkholz@gentoo.org> +# Modular X: mask for architectures on which they aren't available +video_cards_apm +video_cards_ark +video_cards_chips +video_cards_cirrus +video_cards_cyrix +video_cards_glint +video_cards_i128 +video_cards_i740 +video_cards_i810 +video_cards_imstt +video_cards_neomagic +video_cards_newport +video_cards_nsc +video_cards_rendition +video_cards_s3 +video_cards_s3virge +video_cards_savage +video_cards_siliconmotion +video_cards_sis +video_cards_tdfx +video_cards_tga +video_cards_trident +video_cards_tseng +video_cards_vesa +video_cards_vga +video_cards_via +video_cards_voodoo + +#until netbeans is keyworded +netbeans + +#build is busted +pike + +# mask pcmcia (bug #131306) +pcmcia + +# 20 Sep 2006 Doug Goldstein <cardoe@gentoo.org> +# # Someone tagged MythTV as ~ppc64 but media-tv/ivtv does not +# # work on ppc64 so I'm masking it's USE flag. +ivtv + +# conky dependencies missing keywords related (dragonheart -20061112) +# media-sound/mpd +mpd +# app-admin/hddtemp +hddtemp diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/virtuals b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/virtuals new file mode 100644 index 000000000000..7290a2e08979 --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/virtuals @@ -0,0 +1,5 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/virtuals,v 1.1 2006/11/13 05:05:35 tgall Exp $ + +virtual/bootloader sys-boot/yaboot-static |