diff options
Diffstat (limited to 'profiles/arch/hppa/make.defaults')
-rw-r--r-- | profiles/arch/hppa/make.defaults | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults new file mode 100644 index 000000000000..188b0433c39d --- /dev/null +++ b/profiles/arch/hppa/make.defaults @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ARCH="hppa" +ACCEPT_KEYWORDS="hppa" + +CHOST="hppa-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms strict" + +USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox" + +# Michał Górny <mgorny@gentoo.org> (01 Jul 2014) +# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild +# checks simpler. +ABI="hppa" +DEFAULT_ABI="hppa" +MULTILIB_ABIS="hppa" +LIBDIR_hppa="lib" +CHOST_hppa="${CHOST}" + +# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> +# Defaults for video drivers +VIDEO_CARDS="fbdev" |