diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-19 22:31:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-19 22:31:24 +0000 |
commit | 5496e81f106aefb7ad2e9bed4ee898a1e3f8d9be (patch) | |
tree | d930d5d96991aeb12b53bda5ebc265b86fc7bfa0 /glibc/glibc-2.3.2/arm-no-hwcap.patch | |
parent | 4c0bfe156e42601fe75fcdfb6e36d4e6b7197451 (diff) |
Fixups for the glibc build. Install the kernel headers into sys-include in glibc-initial as well as glibc to fix a problem with building an i386-linux crosscompiler. Also import a newer glibc 2.3.2 patchset from debian
's package pool.
BKrev: 3fe37c3cgArHHqFEDVnEZyqfCf4ovQ
Diffstat (limited to 'glibc/glibc-2.3.2/arm-no-hwcap.patch')
-rw-r--r-- | glibc/glibc-2.3.2/arm-no-hwcap.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/glibc/glibc-2.3.2/arm-no-hwcap.patch b/glibc/glibc-2.3.2/arm-no-hwcap.patch index e69de29bb2..17bfdcd125 100644 --- a/glibc/glibc-2.3.2/arm-no-hwcap.patch +++ b/glibc/glibc-2.3.2/arm-no-hwcap.patch @@ -0,0 +1,11 @@ +--- sysdeps/unix/sysv/linux/arm/dl-procinfo.h Mon Jul 23 12:57:23 2001 ++++ sysdeps/unix/sysv/linux/arm/dl-procinfo.h Sun Feb 10 06:37:00 2002 +@@ -67,7 +67,7 @@ + HWCAP_ARM_VFP = 1 << 6, + HWCAP_ARM_EDSP = 1 << 7, + +- HWCAP_IMPORTANT = (HWCAP_ARM_HALF | HWCAP_ARM_FAST_MULT) ++ HWCAP_IMPORTANT = HWCAP_ARM_FAST_MULT + }; + + static inline int |