mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
6f6f1215f6
This patch adds multiarch support when configured for i686. I modified some x86-64 functions to support 32bit. I will contribute 32bit SSE string and memory functions later.
12 lines
221 B
Makefile
12 lines
221 B
Makefile
ifeq ($(subdir),csu)
|
|
sysdep_routines += hp-timing
|
|
elide-routines.os += hp-timing
|
|
endif
|
|
|
|
# So that we can test __m128's alignment
|
|
stack-align-test-flags += -msse
|
|
|
|
ifeq ($(subdir),string)
|
|
sysdep_routines += cacheinfo
|
|
endif
|