summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-16 08:19:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-16 08:19:40 +0000
commitcb663509432e424e8535fe69739168a9c90c1050 (patch)
tree884cdeb5413a74f368a96248857284cf21ee01d1 /profiles/default-linux/ia64
parenteveryone likes FEATURES=strict (diff)
downloadgentoo-2-cb663509432e424e8535fe69739168a9c90c1050.tar.gz
gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.tar.bz2
gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.zip
move arch-specific stuff out of make.globals and into profiles #89181
Diffstat (limited to 'profiles/default-linux/ia64')
-rw-r--r--profiles/default-linux/ia64/make.defaults9
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/default-linux/ia64/make.defaults b/profiles/default-linux/ia64/make.defaults
index 78a8fb3e4fa1..f83ee0b08c86 100644
--- a/profiles/default-linux/ia64/make.defaults
+++ b/profiles/default-linux/ia64/make.defaults
@@ -1,11 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/make.defaults,v 1.1 2005/01/21 15:31:28 vapier Exp $
-#
-# System-wide defaults for the Portage system
-# See portage(5) manpage
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/make.defaults,v 1.2 2005/04/16 08:17:38 vapier Exp $
ARCH="ia64"
ACCEPT_KEYWORDS="ia64"
+CHOST="ia64-unknown-linux-gnu"
+CFLAGS="-O2 -pipe"
+CXXFLAGS="${CFLAGS}"
+
FEATURES="sandbox sfperms"