diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-16 02:51:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-16 02:51:11 +0000 |
commit | 67225038e62549bda2dc965a820c67ed6aab9a9f (patch) | |
tree | de4cbaea14e15735adedf1e3e03afb9a90c89776 /gcc/gcc-cross-initial_3.3.4.oe | |
parent | 3d4a5446d84d420b5f95f10fd29b6fa68eb63e0d (diff) |
Add armeb to the list of architectures that dont need an initial pass C library.
BKrev: 4148ff9f-Dz8DDiyoZzYqg2IL5rg5g
Diffstat (limited to 'gcc/gcc-cross-initial_3.3.4.oe')
-rw-r--r-- | gcc/gcc-cross-initial_3.3.4.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross-initial_3.3.4.oe b/gcc/gcc-cross-initial_3.3.4.oe index ae53897594..015de3a368 100644 --- a/gcc/gcc-cross-initial_3.3.4.oe +++ b/gcc/gcc-cross-initial_3.3.4.oe @@ -1,7 +1,7 @@ include gcc-cross_${PV}.oe DEPENDS = "virtual/${TARGET_PREFIX}binutils" -DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][oe.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'mips', 'mipsel']]}" +DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][oe.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" # This is intended to be a -very- basic config |