blob: 7670992fc850142e3c049f367867b899dfeab4a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $
# Main SuperH profile
ARCH="sh"
ACCEPT_KEYWORDS="sh"
CHOST="sh-unknown-linux-gnu"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
# We define our own STAGE1_USE, since we need to disable ssp.
STAGE1_USE="nptl nptlonly unicode nossp"
USE="nossp"
|