summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-12-09 20:21:33 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-12-09 20:21:33 +0000
commitc734e931c3e3667bcab6f980d7893bcdb6b061c7 (patch)
tree0956a76706d14fe3abc1a9ff6bd259ddb3ee1c7b /profiles
parentjust commited. (diff)
downloadhistorical-c734e931c3e3667bcab6f980d7893bcdb6b061c7.tar.gz
historical-c734e931c3e3667bcab6f980d7893bcdb6b061c7.tar.bz2
historical-c734e931c3e3667bcab6f980d7893bcdb6b061c7.zip
Renaming profile to make more sense.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/README (renamed from profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/README)8
-rw-r--r--profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/make.defaults (renamed from profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/make.defaults)10
-rw-r--r--profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/packages (renamed from profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/packages)2
-rw-r--r--profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/parent (renamed from profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/parent)2
4 files changed, 13 insertions, 9 deletions
diff --git a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/README b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/README
index 51ace84326fe..c4544db7e8ff 100644
--- a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/README
+++ b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/README
@@ -3,9 +3,13 @@ and nobody will be there to comfort you because you were warned. This profile
exists to help in the development of a 64bit userland. If you are not 100%
certain you know what you're getting into by using this profile, then don't.
It will most certainly render your machine utterly useless and will break
-things, so you should only use it in a chroot jail.
+things, so if you DO use it, you should only use it in a chroot jail.
-If you have any questions, please contact me on IRC
+If you use this profile or you have any questions, please contact me on IRC.
+
+As this is a development-only, expirimental profile, it may be removed at
+any time without a deprecation warning, so if you do use it, please email me
+so I can keep you in the loop.
--Jeremy
eradicator@gentoo.org.
diff --git a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/make.defaults b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/make.defaults
index b1206e62bf20..449a7256c629 100644
--- a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/make.defaults
+++ b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/make.defaults
@@ -1,17 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/make.defaults,v 1.1 2004/12/09 10:32:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/make.defaults,v 1.1 2004/12/09 20:21:33 eradicator Exp $
ARCH="sparc"
ACCEPT_KEYWORDS="${ARCH}"
-# Used in ebuilds for verifying sparc64 profile
-PROFILE_ARCH="sparc64"
+
+# Used in ebuilds for verifying 64bit userland
+PROFILE_ARCH="v9a"
CHOST="sparc64-unknown-linux-gnu"
PLATFORM="sparc64-unknown-linux-gnu"
# Compiler flags
-CFLAGS="-O2 -pipe"
+CFLAGS="-O2 -pipe -mcpu=v9a -mtune=v9a"
CXXFLAGS=${CFLAGS}
# Misc
@@ -25,4 +26,3 @@ USE="${GRP_STAGE23_USE} alsa bitmap-fonts crypt cups fortran f77 fbcon gif jpeg
CONF_LIBDIR="lib64"
CONF_MULTILIBDIR="lib32"
-
diff --git a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/packages b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/packages
index 7733399fd67b..fc040b4d57fd 100644
--- a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/packages
+++ b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/packages
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/packages,v 1.1 2004/12/09 10:32:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/packages,v 1.1 2004/12/09 20:21:33 eradicator Exp $
# We don't need gcc-sparc64 since we're in 64bit userland
-*sys-devel/gcc-sparc64
diff --git a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/parent b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/parent
index 51d65e5da451..a79fbd4f7f6e 100644
--- a/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/parent
+++ b/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/parent
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/gcc34/2004.3/ul64/parent,v 1.1 2004/12/09 10:32:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/gcc34/2004.3/v9a/parent,v 1.1 2004/12/09 20:21:33 eradicator Exp $
# This file describes the parent profile to this. In most cases this will
# just be the name of the parent directory