diff options
author | Dan McGee <dan@archlinux.org> | 2009-08-08 18:23:21 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-08 18:23:27 +0200 |
commit | e8806748ec6efdf62fd1210873dc2fd38cccdf2a (patch) | |
tree | de4e04830057e112976544725337323548a682fa | |
parent | 619d1fcf7f6a834d6bf5eda846ce39cc2ca5a8f3 (diff) | |
download | pacman-e8806748ec6efdf62fd1210873dc2fd38cccdf2a.tar.gz pacman-e8806748ec6efdf62fd1210873dc2fd38cccdf2a.tar.xz |
Fix nonsensical replace
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 1368ff1f..3a3a4154 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -26,7 +26,7 @@ DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u' CARCH="@CARCH@" CHOST="@CHOST@" -#-- Exclusive: will only run on @CARCHFLAGS@ +#-- Exclusive: will only run on @CARCH@ # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family CFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe" |