# 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"