diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-06-06 06:28:10 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-06-06 06:28:10 +0000 |
commit | e9eb7b0ae3f4cb72c7ef0efe6e9c1fb9ae7c926a (patch) | |
tree | db2fff9efeabd12e63814b1f92961e7a8c85cd25 /packages/gcc/gcc_4.0.0.bb | |
parent | ed64f2ede7f865ac84db84a51dd8bc7e9079039d (diff) |
Arrange for NSLU2 builds not to use csl-arm for the
initial compiler and not to try to use gcc-4.0.0 later on.
BKrev: 42a3ecfaV6DHMbUYvvlLDCrW6ErdAw
Diffstat (limited to 'packages/gcc/gcc_4.0.0.bb')
-rw-r--r-- | packages/gcc/gcc_4.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc_4.0.0.bb b/packages/gcc/gcc_4.0.0.bb index ddc9db60bf..6c07772fd4 100644 --- a/packages/gcc/gcc_4.0.0.bb +++ b/packages/gcc/gcc_4.0.0.bb @@ -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 |