aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-09-27 08:40:19 +0000
committerTravis Tilley <lv@gentoo.org>2004-09-27 08:40:19 +0000
commit689c141b523655933c92dfbd4f73d59b96f834d0 (patch)
tree41336678f723914f1e403d03f4760b6541ecbb29 /cnf
parentLock fix, execv fix, doc cleanup. (diff)
downloadportage-cvs-689c141b523655933c92dfbd4f73d59b96f834d0.tar.gz
portage-cvs-689c141b523655933c92dfbd4f73d59b96f834d0.tar.bz2
portage-cvs-689c141b523655933c92dfbd4f73d59b96f834d0.zip
-march=x86-64
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.globals.amd64 b/cnf/make.globals.amd64
index 284ed1b..026171a 100644
--- a/cnf/make.globals.amd64
+++ b/cnf/make.globals.amd64
@@ -1,6 +1,6 @@
# Copyright 2003 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.globals.amd64,v 1.2 2004/09/26 10:44:31 carpaski Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.globals.amd64,v 1.3 2004/09/27 08:40:19 lv Exp $
# *****************************
# ** DO NOT EDIT THIS FILE **
@@ -31,7 +31,7 @@ MAKEOPTS="-j2"
FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
-CFLAGS="-O2 -pipe"
+CFLAGS="-march=x86-64 -O2 -pipe"
CXXFLAGS=${CFLAGS}
# Debug build -- if defined, binaries won't be stripped