From f54a888a1facfd8f086d6414260be5f1b991a66b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 25 Nov 2003 02:02:36 +0000 Subject: Imported from pacman-2.7.tar.gz --- etc/makepkg.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/makepkg.conf') diff --git a/etc/makepkg.conf b/etc/makepkg.conf index 0a2a7548..4c8f9969 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -7,14 +7,15 @@ export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3" #export FTPAGENT="/usr/bin/snarf" #export FTPAGENT="/usr/bin/lftpget -c" +export CARCH="i686" +export CHOST="i686-pc-linux-gnu" + # Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon exclusive (binaries # will use the P6 instruction set and only run on P6+ systems) -export CHOST="i686-pc-linux-gnu" export CFLAGS="-march=i686 -O2 -pipe" export CXXFLAGS="-march=i686 -O2 -pipe" # Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon optimized (but binaries # will run on any x86 system) -#export CHOST="i686-pc-linux-gnu" #export CFLAGS="-mcpu=i686 -O2 -pipe" #export CXXFLAGS="-mcpu=i686 -O2 -pipe" -- cgit v1.2.3-24-g4f1b