diff options
author | Gordon Malm <gengor@gentoo.org> | 2010-02-01 02:43:34 -0800 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2010-02-01 02:43:34 -0800 |
commit | 4302f9bb217703bead375d6d0a0dfe32d2b3b855 (patch) | |
tree | 5a1cdae6aeac37953272c21e42c850a0a1d870b2 /profiles/arch/x86-fbsd/make.defaults | |
parent | clean some deprecated profiles (diff) | |
download | hardened-dev-4302f9bb217703bead375d6d0a0dfe32d2b3b855.tar.gz hardened-dev-4302f9bb217703bead375d6d0a0dfe32d2b3b855.tar.bz2 hardened-dev-4302f9bb217703bead375d6d0a0dfe32d2b3b855.zip |
Rebase against current mainline gentoo, bring in all of profiles/
Diffstat (limited to 'profiles/arch/x86-fbsd/make.defaults')
-rw-r--r-- | profiles/arch/x86-fbsd/make.defaults | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults new file mode 100644 index 00000000..1149e22c --- /dev/null +++ b/profiles/arch/x86-fbsd/make.defaults @@ -0,0 +1,14 @@ +# Copyright 2004-2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/make.defaults,v 1.3 2009/12/13 21:45:30 remi Exp $ +# System-wide defaults for the G/FBSD Portage system + +ARCH="x86-fbsd" +CFLAGS="-march=i486 -O2 -pipe" +CXXFLAGS="${CFLAGS}" + +ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd" + +VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \ + neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \ + sisusb tga trident tseng via vmware" |