blob: 7ff931462cef73b3681f7ebd8c5a2713152c437e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.6 2012/04/26 20:23:10 aballier Exp $
# System-wide defaults for the G/FBSD Portage system
ARCH="amd64-fbsd"
ACCEPT_KEYWORDS="amd64-fbsd ~amd64-fbsd"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
MULTILIB_ABIS="amd64_fbsd x86_fbsd"
DEFAULT_ABI="amd64_fbsd"
# Do not remove this one, or all kinds of hell breaks loose.
ABI="amd64_fbsd"
# 32bit specific settings.
CFLAGS_x86_fbsd="-m32"
LDFLAGS_x86_fbsd="-m elf_i386_fbsd"
USE="mmx sse sse2"
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"
|