summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDerek Young <dyoung@nslu2-linux.org>2005-09-08 00:15:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-08 00:15:59 +0000
commit9fd3a8a0b5089c52f39e6765fb0cee4dba5044cd (patch)
treefd8543f66ecaadaff216234eb0398fb2a8c8ebf8 /packages
parent9de7b951dc5d8402690db2ffe7a77ed0f1c31995 (diff)
parentc1541e71a1a8dec1db567a9592bf7ad25776fccc (diff)
merge of 8f015baa662d192e99b12916d23d852bce98af04
and 9f0eb94a2ab5c33776fdb1e56a08737557f04e1a
Diffstat (limited to 'packages')
-rw-r--r--packages/gcc/gcc-cross_3.4.4.bb2
-rw-r--r--packages/gcc/gcc_3.4.4.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/packages/gcc/gcc-cross_3.4.4.bb b/packages/gcc/gcc-cross_3.4.4.bb
index 78fc9dde2e..c111ac00b7 100644
--- a/packages/gcc/gcc-cross_3.4.4.bb
+++ b/packages/gcc/gcc-cross_3.4.4.bb
@@ -7,8 +7,6 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
# remember to increment this one too.
PR = "r1"
-DEFAULT_PREFERENCE_arm-linux = "1"
-
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
diff --git a/packages/gcc/gcc_3.4.4.bb b/packages/gcc/gcc_3.4.4.bb
index 6c6a3d8276..f4a67b77c2 100644
--- a/packages/gcc/gcc_3.4.4.bb
+++ b/packages/gcc/gcc_3.4.4.bb
@@ -5,8 +5,6 @@ SECTION = "devel"
LICENSE = "GPL"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
-DEFAULT_PREFERENCE_arm-linux = "1"
-
inherit autotools gettext
include gcc-package.inc