diff options
Diffstat (limited to 'profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/64bit-userland-gcc4/make.defaults | 44 |
1 files changed, 44 insertions, 0 deletions
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" |