diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 02:03:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 02:03:43 +0000 |
commit | c7e9d99e929087d325b51941ad133b2fb879ccd0 (patch) | |
tree | 6eabb7389bf5cc4a2cb45ae56ce1f4d1379c5160 /glibc/glibc-2.3.2 | |
parent | 456f916e6d4debc3be8a9020282ca81419d80efd (diff) |
Patch courtesy Phil Blundell:
A couple of improvements for glibc:
- import Nico Pitre's optimised memcpy routines (roughly doubles memcpy performance on pxa250)
- fix longlong.h to use smull/umull/clz on machines that have them
- avoid setting CPPFLAGS when calling configure, since setting it can negate the effect of --with-headers
- avoid waitpid lossage by filtering out any definition of this syscall from unistd.h
BKrev: 405e497fwyUnfZ0t1db--hp1VVEDdQ
Diffstat (limited to 'glibc/glibc-2.3.2')
-rw-r--r-- | glibc/glibc-2.3.2/arm-longlong.patch | 0 | ||||
-rw-r--r-- | glibc/glibc-2.3.2/arm-memcpy.patch | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/glibc/glibc-2.3.2/arm-longlong.patch b/glibc/glibc-2.3.2/arm-longlong.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/glibc/glibc-2.3.2/arm-longlong.patch diff --git a/glibc/glibc-2.3.2/arm-memcpy.patch b/glibc/glibc-2.3.2/arm-memcpy.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/glibc/glibc-2.3.2/arm-memcpy.patch |