diff options
author | 2001-06-27 04:51:32 +0000 | |
---|---|---|
committer | 2001-06-27 04:51:32 +0000 | |
commit | 69e74abb84f562f85dcf5821da5bf25b7ecbc5d6 (patch) | |
tree | 968c4f7b1ccf842ad1e89c440af85decb44fbca3 /sys-apps | |
parent | Uncommented MAKEDEV generic-i386 (diff) | |
download | gentoo-2-69e74abb84f562f85dcf5821da5bf25b7ecbc5d6.tar.gz gentoo-2-69e74abb84f562f85dcf5821da5bf25b7ecbc5d6.tar.bz2 gentoo-2-69e74abb84f562f85dcf5821da5bf25b7ecbc5d6.zip |
Added -mcpu
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/files/1.5/cnf/make.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/portage/files/1.5/cnf/make.conf b/sys-apps/portage/files/1.5/cnf/make.conf index 98225cb72586..625ed63cd0a6 100644 --- a/sys-apps/portage/files/1.5/cnf/make.conf +++ b/sys-apps/portage/files/1.5/cnf/make.conf @@ -30,22 +30,22 @@ # ----------------- #CHOST="i486-pc-linux-gnu" -#CFLAGS="-m486 -march=i486 -O3 -pipe" -#CXXFLAGS="-m486 -march=i486 -O3 -pipe" +#CFLAGS="-mcpu=i486 -march=i486 -O3 -pipe" +#CXXFLAGS="-micpu=i486 -march=i486 -O3 -pipe" # For Pentium and k6/2 machines # ----------------------------- #CHOST="i586-pc-linux-gnu" -#CFLAGS="-mpentium -march=pentium -O3 -pipe" -#CXXFLAGS="-mpentium -march=pentium -O3 -pipe" +#CFLAGS="-mcpu=i586 -march=i586 -O3 -pipe" +#CXXFLAGS="-mcpu=i586 -march=i586 -O3 -pipe" # For PII PIII and Athlon machines # -------------------------------- #CHOST="i686-pc-linux-gnu" -#CFLAGS="-mpentiumpro -march=pentiumpro -O3 -pipe" -#CXXFLAGS="-mpentiumpro -march=pentiumpro -O3 -pipe" +#CFLAGS="-mcpu=i686 -march=i686 -O3 -pipe" +#CXXFLAGS="-mcpu=i686 -march=i686 -O3 -pipe" # Uncomment if you wanna use PROZILLA for download #FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}" |