diff options
author | 2004-08-11 21:40:30 +0000 | |
---|---|---|
committer | 2004-08-11 21:40:30 +0000 | |
commit | 105bbb5566b2ce121395ce70bc8664bdc39b8b62 (patch) | |
tree | 626ec0b678297c435470f862a7a2324cb992655f /profiles | |
parent | Backport amd64 changes to stable baselayout 1.9.x for initial multilib suppor... (diff) | |
download | gentoo-2-105bbb5566b2ce121395ce70bc8664bdc39b8b62.tar.gz gentoo-2-105bbb5566b2ce121395ce70bc8664bdc39b8b62.tar.bz2 gentoo-2-105bbb5566b2ce121395ce70bc8664bdc39b8b62.zip |
Ready for prime time!
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/n32-mips-2004.1/make.defaults | 12 | ||||
-rw-r--r-- | profiles/n32-mips-2004.1/packages | 5 | ||||
-rw-r--r-- | profiles/n32-mips-2004.1/packages.build | 1 |
3 files changed, 10 insertions, 8 deletions
diff --git a/profiles/n32-mips-2004.1/make.defaults b/profiles/n32-mips-2004.1/make.defaults index 7766b9d6b33d..7423eee03eb7 100644 --- a/profiles/n32-mips-2004.1/make.defaults +++ b/profiles/n32-mips-2004.1/make.defaults @@ -2,10 +2,12 @@ # System-wide defaults for the Portage system ARCH="mips" +ABI=n32 # Host-type CHOST=mips64-unknown-linux-gnu +CCHOST=mips64-unknown-linux-gnu PLATFORM=$CHOST # Options passed to make during the build process @@ -14,19 +16,19 @@ MAKEOPTS="-j20" # Fetching command (5 tries, passive ftp for firewall compatibility) FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" # Global configure options -FEATURES="ccache" +FEATURES="debug" # C Compiler flags CFLAGS="-O2 -pipe -mabi=n32 -mips4" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32" +USE="slang readline gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips n32 -multilib" -ACCEPT_KEYWORDS="mips" +ACCEPT_KEYWORDS="mips ~mips" COMPILER="gcc3" #Make sure everything is compiled as N32 -#LDEMULATION=elf32btsmipn32 -#GNUTARGET=elf32-ntradbigmips +#export LDEMULATION=elf32btsmipn32 +#export GNUTARGET=elf32-ntradbigmips #EXTRA_ECONF="--libdir=/usr/lib32" diff --git a/profiles/n32-mips-2004.1/packages b/profiles/n32-mips-2004.1/packages index 4e8ab4615df6..04b6c23c0122 100644 --- a/profiles/n32-mips-2004.1/packages +++ b/profiles/n32-mips-2004.1/packages @@ -32,14 +32,13 @@ *>=sys-apps/baselayout-1.8.6 *>=sys-apps/portage-2.0.48 *>=sys-devel/binutils-2.14.90.0.8 -*>=sys-devel/gcc-3.4.0-r6 +*>=sys-devel/gcc-3.4.1-r2 *>=sys-libs/glibc-2.3.4.20040602 -*>=sys-kernel/mips-headers-2.4.21 +*>=sys-kernel/mips-headers-2.6.6 *>=sys-devel/gnuconfig-20030708 >=sys-apps/sysklogd-1.4.1 *dev-lang/python -*app-shells/sash *dev-lang/perl *virtual/editor *net-misc/dhcpcd diff --git a/profiles/n32-mips-2004.1/packages.build b/profiles/n32-mips-2004.1/packages.build index a14c12098b33..604d5cbe76f5 100644 --- a/profiles/n32-mips-2004.1/packages.build +++ b/profiles/n32-mips-2004.1/packages.build @@ -1,4 +1,5 @@ sys-apps/baselayout +sys-kernel/mips-headers sys-libs/glibc sys-apps/texinfo app-shells/bash |