Arrange for NSLU2 builds not to use csl-arm for the
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 6 Jun 2005 06:28:10 +0000 (06:28 +0000)
committerJohn Bowler <jbowler@nslu2-linux.org>
Mon, 6 Jun 2005 06:28:10 +0000 (06:28 +0000)
initial compiler and not to try to use gcc-4.0.0 later on.

BKrev: 42a3ecfaV6DHMbUYvvlLDCrW6ErdAw

packages/gcc/gcc_4.0.0.bb
packages/gcc/gcc_csl-arm-20050603.bb

index ddc9db6..6c07772 100644 (file)
@@ -5,6 +5,8 @@ SECTION = "devel"
 LICENSE = "GPL"
 MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 
+DEFAULT_PREFERENCE_nslu2 = "-1"
+
 inherit autotools gettext
 
 include gcc-package.inc
index 59b209c..e4cadb0 100644 (file)
@@ -13,3 +13,4 @@ OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}"
 DEFAULT_PREFERENCE_arm = "1"
 DEFAULT_PREFERENCE_armeb = "1"
 
+DEFAULT_PREFERENCE_nslu2 = "-1"