diff options
author | Prakash Shetty <crux@gentoo.org> | 2001-07-02 07:19:10 +0000 |
---|---|---|
committer | Prakash Shetty <crux@gentoo.org> | 2001-07-02 07:19:10 +0000 |
commit | 2cc01d5fbf1f76903a84acace7bc8f28f2b7e3cf (patch) | |
tree | 5aa1aeb00b78dcc0223081d49ca5e4e747a75a1d /profiles/default/make.defaults | |
parent | Added imlib dependencie (diff) | |
download | gentoo-2-2cc01d5fbf1f76903a84acace7bc8f28f2b7e3cf.tar.gz gentoo-2-2cc01d5fbf1f76903a84acace7bc8f28f2b7e3cf.tar.bz2 gentoo-2-2cc01d5fbf1f76903a84acace7bc8f28f2b7e3cf.zip |
A GUI to configure Pure-FTPD
Diffstat (limited to 'profiles/default/make.defaults')
-rw-r--r-- | profiles/default/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default/make.defaults b/profiles/default/make.defaults index 5915cac18ea8..03e0b6ceaaf6 100644 --- a/profiles/default/make.defaults +++ b/profiles/default/make.defaults @@ -2,7 +2,7 @@ # System-wide defaults for the Portage system # Host-type -CHOST=i486-pc-linux-gnu +CHOST=i686-pc-linux-gnu PLATFORM=$CHOST @@ -17,7 +17,7 @@ FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${x} -P \${DISTDIR}" # Global configure options # C Compiler flags -CFLAGS="-m486 -march=i486 -O2" +CFLAGS="-mpentiumpro -march=pentuimpro -O3 -pipe" # C++ Compiler flags -CXXFLAGS="-m486 -march=i486 -O2" +CXXFLAGS="-mpentiumpro -march=pentiumpro -O3 -pipe" #DEBUG=true |