blob: 1005d86c2a954e2e47d27a6fab85843592656e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.15 2007/02/20 22:43:17 wolf31o2 Exp $
ARCH="x86"
ACCEPT_KEYWORDS="${ARCH}"
USE="${ARCH} berkdb crypt hardened ncurses nls pam pic readline ssl tcpd zlib"
# x86
CHOST="i386-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i386 -pipe -fforce-addr"
CXXFLAGS="${CFLAGS}"
|