index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-06-18 00:15:36 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-18 00:15:36 +0000 |
commit | 0cfb412220f3513e23aba9105d756246e5866ca6 (patch) | |
tree | a6c9d0e8ae5b5e764831c218342adf2c61724ea8 /etc/makepkg.conf.in | |
parent | 5786c6e4a31b75fdb07f1e1e43741910053f559f (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 4 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 9ac0ef2d..90623c9d 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -21,8 +21,8 @@ CHOST="@CHOST@" #-- Exclusive: will only run on @CARCHFLAGS@ # -mtune builds exclusively for an architecture # -mcpu optimizes for an architecture, but builds for the whole processor family -CFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -O2 -pipe" -CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -O2 -pipe" +CFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe" +CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" |