summaryrefslogtreecommitdiff
blob: c7c99a1d82ebe8139397cc86a21cc78861538405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.1 2008/04/01 17:39:57 wolf31o2 Exp $

ARCH="m68k"
ACCEPT_KEYWORDS="m68k"

CHOST="m68k-unknown-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"

# Disable sandbox on this architecture
FEATURES="-sandbox"