diff options
Diffstat (limited to 'profiles/arch/m68k/make.defaults')
-rw-r--r-- | profiles/arch/m68k/make.defaults | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults new file mode 100644 index 000000000000..bc58b19f88d6 --- /dev/null +++ b/profiles/arch/m68k/make.defaults @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="m68k" +ACCEPT_KEYWORDS="m68k ~m68k" + +CHOST="m68k-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# Michał Górny <mgorny@gentoo.org> (01 Jul 2014) +# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild +# checks simpler. +ABI="m68k" +DEFAULT_ABI="m68k" +MULTILIB_ABIS="m68k" +LIBDIR_m68k="lib" +CHOST_m68k="${CHOST}" + +# Disable sandbox on this architecture +FEATURES="-sandbox" |