summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-09-03 04:09:29 +0200
committerJudd Vinet <judd@archlinux.org>2003-09-03 04:09:29 +0200
commitf8bfe729e49fe5d7fd7df80733ad3d2d1c61160d (patch)
treeb74d15bfa71703e08f0a815bcc4353b2449db6a4 /etc/makepkg.conf
parentffe1d50cff3e1df8834f371e1b7a40fa2c703e9b (diff)
downloadpacman-f8bfe729e49fe5d7fd7df80733ad3d2d1c61160d.tar.gz
pacman-f8bfe729e49fe5d7fd7df80733ad3d2d1c61160d.tar.xz
Imported from pacman-2.6.tar.gz
Diffstat (limited to 'etc/makepkg.conf')
-rw-r--r--etc/makepkg.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf
index b2d8a893..77e62936 100644
--- a/etc/makepkg.conf
+++ b/etc/makepkg.conf
@@ -10,21 +10,23 @@ export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3"
#export FTPAGENT="/usr/bin/snarf"
#export FTPAGENT="/usr/bin/lftpget -c"
-# 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"
-
# 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"
# SMP Systems
#export MAKEFLAGS="-j 2"
+# Enable fakeroot for building packages as a non-root user
+export USE_FAKEROOT="y"
+
# if you want your name to show up in the packages you build, set this.
#export PACKAGER="John Doe <john@doe.com>"