diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 21:18:17 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 21:18:17 +0000 |
commit | 51bbd63209c2b7ead4504121942fb005d43d81f6 (patch) | |
tree | 367ba60f49ca6b833d9c76083e2dbba56d156bfe /profiles | |
parent | Regenerate digest. (diff) | |
download | gentoo-2-51bbd63209c2b7ead4504121942fb005d43d81f6.tar.gz gentoo-2-51bbd63209c2b7ead4504121942fb005d43d81f6.tar.bz2 gentoo-2-51bbd63209c2b7ead4504121942fb005d43d81f6.zip |
Split VIDEO_CARDS into sparc32 and sparc64 since sparc32 can't have ati, mga, so on...
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/sparc/make.defaults | 7 | ||||
-rw-r--r-- | profiles/default-linux/sparc/sparc32/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/sparc/sparc64/make.defaults | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/profiles/default-linux/sparc/make.defaults b/profiles/default-linux/sparc/make.defaults index c0d6f4828259..87f3b9093983 100644 --- a/profiles/default-linux/sparc/make.defaults +++ b/profiles/default-linux/sparc/make.defaults @@ -1,12 +1,7 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/make.defaults,v 1.5 2006/08/22 13:24:56 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/make.defaults,v 1.6 2006/10/05 21:18:15 gustavoz Exp $ ARCH="sparc" ACCEPT_KEYWORDS="${ARCH}" FEATURES="sandbox sfperms" - -# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> -# Defaults for video drivers -VIDEO_CARDS="ati dummy fbdev glint mga savage sisusb sunbw2 suncg14 suncg3 \ - suncg6 sunffb sunleo tdfx v4l voodoo" diff --git a/profiles/default-linux/sparc/sparc32/make.defaults b/profiles/default-linux/sparc/sparc32/make.defaults index 3efef018c598..a4782a5191e8 100644 --- a/profiles/default-linux/sparc/sparc32/make.defaults +++ b/profiles/default-linux/sparc/sparc32/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc32/make.defaults,v 1.16 2006/01/31 22:47:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc32/make.defaults,v 1.17 2006/10/05 21:18:17 gustavoz Exp $ # 32bit kernel, 32bit userland CHOST="sparc-unknown-linux-gnu" @@ -23,3 +23,7 @@ LIBDIR_sparc32="lib" # Compiler flags CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} + +# 2006/10/05 - Gustavo Zacarias <gustavoz@gentoo.org> +# Defaults for video drivers +VIDEO_CARDS="dummy fbdev sisusb sunbw2 suncg14 suncg3 suncg6 sunffb sunleo" diff --git a/profiles/default-linux/sparc/sparc64/make.defaults b/profiles/default-linux/sparc/sparc64/make.defaults index fa9121063809..ec48480f8620 100644 --- a/profiles/default-linux/sparc/sparc64/make.defaults +++ b/profiles/default-linux/sparc/sparc64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/make.defaults,v 1.11 2006/01/31 22:46:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/make.defaults,v 1.12 2006/10/05 21:18:17 gustavoz Exp $ # 64bit kernel, 32bit userland CHOST="sparc-unknown-linux-gnu" @@ -24,3 +24,8 @@ LIBDIR_sparc32="lib" # Compiler flags CFLAGS="-O2 -mcpu=ultrasparc -pipe" CXXFLAGS=${CFLAGS} + +# 2006/10/05 - Gustavo Zacarias <gustavoz@gentoo.org> +# Defaults for video drivers +VIDEO_CARDS="ati dummy fbdev glint mga savage sisusb sunbw2 suncg14 suncg3 \ + suncg6 sunffb sunleo tdfx v4l voodoo" |