diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2002-12-26 00:58:37 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2002-12-26 00:58:37 +0000 |
commit | ffa12de070bff6686fe74c942acb5a4b29ee7889 (patch) | |
tree | c62445a9d0c63bc4a5c4d636c470526faf72a46f /profiles/default-sparc-1.4 | |
parent | updated profile (diff) | |
download | gentoo-2-ffa12de070bff6686fe74c942acb5a4b29ee7889.tar.gz gentoo-2-ffa12de070bff6686fe74c942acb5a4b29ee7889.tar.bz2 gentoo-2-ffa12de070bff6686fe74c942acb5a4b29ee7889.zip |
updated sparc profile
Diffstat (limited to 'profiles/default-sparc-1.4')
-rw-r--r-- | profiles/default-sparc-1.4/make.defaults | 7 | ||||
-rw-r--r-- | profiles/default-sparc-1.4/make.defaults.sparc | 7 | ||||
-rw-r--r-- | profiles/default-sparc-1.4/packages.sed | 5 |
3 files changed, 6 insertions, 13 deletions
diff --git a/profiles/default-sparc-1.4/make.defaults b/profiles/default-sparc-1.4/make.defaults index c570c86cc474..fd5145383479 100644 --- a/profiles/default-sparc-1.4/make.defaults +++ b/profiles/default-sparc-1.4/make.defaults @@ -8,8 +8,8 @@ COMPILER="gcc3" # ARCH="sparc" CHOST=sparc-unknown-linux-gnu -PLATFORM=sparc64-unknown-linux-gnu -PROFILE_ARCH="sparc64" +PLATFORM=sparc-unknown-linux-gnu +PROFILE_ARCH="sparc" # Options passed to make during the build process MAKEOPTS="-j2" @@ -19,10 +19,9 @@ FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" # Global configure options # C Compiler flags -CFLAGS="-mcpu=v8 -mtune=v9 -O2 -pipe" +CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc" -FEATURES="sandbox ccache" diff --git a/profiles/default-sparc-1.4/make.defaults.sparc b/profiles/default-sparc-1.4/make.defaults.sparc index 1a3e8b65b9d9..37bc9d236848 100644 --- a/profiles/default-sparc-1.4/make.defaults.sparc +++ b/profiles/default-sparc-1.4/make.defaults.sparc @@ -4,8 +4,8 @@ # ARCH="sparc" CHOST=sparc-unknown-linux-gnu -PROFILE_ARCH="sparc64" -PLATFORM=sparc64-unknown-linux-gnu +PROFILE_ARCH="sparc" +PLATFORM=sparc-unknown-linux-gnu # Options passed to make during the build process MAKEOPTS="-j2" @@ -15,11 +15,10 @@ FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" # Global configure options # C Compiler flags -CFLAGS="-mcpu=v8 -mtune=v9 -O2 -pipe" +CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc" -FEATURES="sandbox ccache" diff --git a/profiles/default-sparc-1.4/packages.sed b/profiles/default-sparc-1.4/packages.sed deleted file mode 100644 index 0ff1a6a1bbd3..000000000000 --- a/profiles/default-sparc-1.4/packages.sed +++ /dev/null @@ -1,5 +0,0 @@ -s:.*sys-apps/grub:#*sys-apps/grub: -s:.*sys-devel/bin86:#*sys-devel/bin86: -s:.*sys-apps/lilo:#*sys-apps/lilo: -s:[^#]*sys-kernel/linux-headers.*:~sys-kernel/linux-headers-2.4.18: -s:.*sys-apps/sed:#sys-apps/sed: |