diff options
author | Holger Freyther <zecke@selfish.org> | 2006-03-23 21:15:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 21:15:02 +0000 |
commit | e1d9a81b9a1916044c04e54762acc5e9d9d21b81 (patch) | |
tree | 28733ef7cf69542a4b78e8e05830f63566e31ae6 /packages | |
parent | a5f732e76ec25e20434dd2313d886b51dff292f2 (diff) |
packages/binutils/binutils_2.16.91.0.6:
The GNU EABI override for ARM
was wrong. Simply remove it. If we
change the DEFAULT_PREFERENCE for glibc2.4
we can update again.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/binutils/binutils_2.16.91.0.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/binutils/binutils_2.16.91.0.6.bb b/packages/binutils/binutils_2.16.91.0.6.bb index 0061a17d1d..6e35d30686 100644 --- a/packages/binutils/binutils_2.16.91.0.6.bb +++ b/packages/binutils/binutils_2.16.91.0.6.bb @@ -7,7 +7,6 @@ MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" # glibc 2.3 has issues with this version # of binutils. DEFAULT_PREFERENCE = "-1" -#DEFAULT_PREFERENCE_arm-linuxeabi = "1" inherit autotools gettext |