summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-09-15 23:00:11 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-09-15 23:00:11 +0000
commit3285dbbae029a8a370ae6a041f945224d2845dd9 (patch)
treeb4cd34758bf92934b5199d9c348a80c6e0398a5f /profiles/default-macos
parentversion bump (diff)
downloadhistorical-3285dbbae029a8a370ae6a041f945224d2845dd9.tar.gz
historical-3285dbbae029a8a370ae6a041f945224d2845dd9.tar.bz2
historical-3285dbbae029a8a370ae6a041f945224d2845dd9.zip
cleanup
Diffstat (limited to 'profiles/default-macos')
-rw-r--r--profiles/default-macos/ppc/10.3/make.defaults43
-rw-r--r--profiles/default-macos/ppc/10.4/make.defaults43
2 files changed, 6 insertions, 80 deletions
diff --git a/profiles/default-macos/ppc/10.3/make.defaults b/profiles/default-macos/ppc/10.3/make.defaults
index f5a299635053..a1e411af6375 100644
--- a/profiles/default-macos/ppc/10.3/make.defaults
+++ b/profiles/default-macos/ppc/10.3/make.defaults
@@ -4,44 +4,7 @@
# emerge portage-prefpane to make managing your make.conf file easy
# The make.defaults file should never be changed
-# This setting determines the number of processes to start in parallel
-# The optimal setting is -j<number_of_cpus+1>
-# Increase to -j3 on dual-cpu machines
-
-MAKEOPTS="-j2"
-
-# Compiler settings
-
-# The chost setting is used by the compiler to 'identify' the compiler.
-# If this machine announces a compilation service using Zeroconf, it will
-# announce a 'powerpc-apple-darwin' compilation service.
-#
-# Gentoo PowerPC linux chost for instance is powerpc-unknown-linux-gnu
-
-CHOST=powerpc-apple-darwin
-
-# The CFLAG sets the flags that are passed to your compiler to compile apps
-# We default to a very safe setting
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS=${CFLAGS}
-
-# The arch setting determines what ARCH we're on.
-
-ARCH="macos"
-
-# The platform setting determines what PLATFORM we're on.
-
-PLATFORM=$CHOST
-
-# By default we mark only ebuilds that are tested for stability as emerge-able
-
+ARCH="ppc"
+USERLAND="macos"
ACCEPT_KEYWORDS="ppc-macos"
-
-# We don't have any USE flags enabled by default
-
-USE=""
-
-# By default we use the macos provided curl instead of wget.
-
-FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${URI}"
+USE="ppc-macos"
diff --git a/profiles/default-macos/ppc/10.4/make.defaults b/profiles/default-macos/ppc/10.4/make.defaults
index f5a299635053..a1e411af6375 100644
--- a/profiles/default-macos/ppc/10.4/make.defaults
+++ b/profiles/default-macos/ppc/10.4/make.defaults
@@ -4,44 +4,7 @@
# emerge portage-prefpane to make managing your make.conf file easy
# The make.defaults file should never be changed
-# This setting determines the number of processes to start in parallel
-# The optimal setting is -j<number_of_cpus+1>
-# Increase to -j3 on dual-cpu machines
-
-MAKEOPTS="-j2"
-
-# Compiler settings
-
-# The chost setting is used by the compiler to 'identify' the compiler.
-# If this machine announces a compilation service using Zeroconf, it will
-# announce a 'powerpc-apple-darwin' compilation service.
-#
-# Gentoo PowerPC linux chost for instance is powerpc-unknown-linux-gnu
-
-CHOST=powerpc-apple-darwin
-
-# The CFLAG sets the flags that are passed to your compiler to compile apps
-# We default to a very safe setting
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS=${CFLAGS}
-
-# The arch setting determines what ARCH we're on.
-
-ARCH="macos"
-
-# The platform setting determines what PLATFORM we're on.
-
-PLATFORM=$CHOST
-
-# By default we mark only ebuilds that are tested for stability as emerge-able
-
+ARCH="ppc"
+USERLAND="macos"
ACCEPT_KEYWORDS="ppc-macos"
-
-# We don't have any USE flags enabled by default
-
-USE=""
-
-# By default we use the macos provided curl instead of wget.
-
-FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${URI}"
+USE="ppc-macos"