blob: 971ed327648e924959afe524d70f0e1a17a3d745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sh/make.defaults,v 1.5 2006/01/31 23:26:40 wolf31o2 Exp $
ARCH="sh"
ACCEPT_KEYWORDS="sh"
CHOST="sh-unknown-linux-gnu"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FEATURES="-sandbox sfperms"
USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses crypt zlib"
|