mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
354 B
Diff
12 lines
354 B
Diff
--- 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
|