diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 11:53:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 11:53:27 +0000 |
commit | 34d541989b46dcb68d5e2356ed4afe31572dc95d (patch) | |
tree | 2eb9fc8d0f4eb186515a13f70b3b5908f11ba6dd /glibc | |
parent | 9064cdb0e0c1ccf54402925534469c9ee808e0a8 (diff) |
reduce DEFAULT_PREFERENCE for glibc-2.3.3 on i686 as well
BKrev: 414c21b7jv3Nef_vBTltpKaR8FqQ7A
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/glibc_2.3.3.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glibc/glibc_2.3.3.oe b/glibc/glibc_2.3.3.oe index 07b5790fba..c5dab9c688 100644 --- a/glibc/glibc_2.3.3.oe +++ b/glibc/glibc_2.3.3.oe @@ -5,6 +5,7 @@ SECTION = "libs" PRIORITY = "required" DEFAULT_PREFERENCE_arm = "-1" +DEFAULT_PREFERENCE_i686 = "-1" GLIBC_ADDONS ?= "linuxthreads" GLIBC_EXTRA_OECONF ?= "" |