diff options
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/arch/mips/make.defaults')
| -rw-r--r-- | profiles/baldeagleos/1.0/linux-gnu/arch/mips/make.defaults | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/mips/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/arch/mips/make.defaults new file mode 100644 index 000000000000..d679c9f2059e --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/arch/mips/make.defaults @@ -0,0 +1,21 @@ +# Copyright 2008-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Donnie Berkholz <dberkholz@gentoo.org> (2006-08-18) +# Defaults for video drivers +VIDEO_CARDS="fbdev impact" + +ARCH="mips" +ACCEPT_KEYWORDS="${ARCH} ~mips" + +PROFILE_ARCH="mips" + +USE="-fortran -openmp" + +LIBDIR_o32="lib" +LIBDIR_n32="lib32" +LIBDIR_n64="lib64" + +# Matt Turner <mattst88@gentoo.org> (2010-12-06) +# Probably missing a bunch for various SGI systems. +ALSA_CARDS="au1x00" |
