blob: 8f5b7d5ae600fae0f3c4b962bb130260a0143a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2004-2005 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/6.1/x86/make.defaults,v 1.2 2006/12/02 17:44:13 flameeyes Exp $
# System-wide defaults for the G/FBSD 6.1 Portage system
ARCH="x86-fbsd"
CHOST="i586-gentoo-freebsd6.1"
CFLAGS="-march=i586 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd"
# Diego Pettenò <flameeyes@gentoo.org> (2 Dec 2006)
# Turn this on by default as we don't have Java 1.4 at all
USE="${USE} java5"
|