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
commit84b83164d17b988f0e69528a8c95131df050d071 (patch)
tree765f2f85077925116bb78a906096eb0f318e7523 /profiles/default-macos/ppc
parentversion bump (diff)
downloadgentoo-2-84b83164d17b988f0e69528a8c95131df050d071.tar.gz
gentoo-2-84b83164d17b988f0e69528a8c95131df050d071.tar.bz2
gentoo-2-84b83164d17b988f0e69528a8c95131df050d071.zip
cleanup
Diffstat (limited to 'profiles/default-macos/ppc')
-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"