summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-31 05:11:32 +0200
committerDan McGee <dan@archlinux.org>2007-07-31 05:11:32 +0200
commitdc5e6d5d87ceee61c38a8ecc2a87e99d49887b83 (patch)
tree0b4e5c9ca3492693adc5e47befb6cfdc4bfac016 /etc
parente0ffc60c5310fbc0a8030fee86bf6f3931ba2d6e (diff)
downloadpacman-dc5e6d5d87ceee61c38a8ecc2a87e99d49887b83.tar.gz
pacman-dc5e6d5d87ceee61c38a8ecc2a87e99d49887b83.tar.xz
Update mtune/mcpu/march comments in makepkg.conf
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 615ad440..437aab0c 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -27,8 +27,8 @@ CARCH="@CARCH@"
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
+# -march (or -mcpu) builds exclusively for an architecture
+# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe"
CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe"
#-- Make Flags: change this for DistCC/SMP systems