mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
3552daa7ac
Since _dl_x86_cpu_features is always available, we can use x86-64 cacheinfo.c and sysconf.c for both i386 and x86-64. * sysdeps/i386/i686/Makefile [$(subdir) == string] (sysdep_routines): Moved to ... * sysdeps/i386/Makefile: Here. * sysdeps/i386/i686/cacheinfo.c: Moved to ... * sysdeps/i386/cacheinfo.c: Here. * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed. * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise. * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ... * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
17 lines
418 B
Makefile
17 lines
418 B
Makefile
# So that we can test __m128's alignment
|
|
stack-align-test-flags += -msse
|
|
|
|
ifeq (yes,$(config-asflags-i686))
|
|
CFLAGS-.o += -Wa,-mtune=i686
|
|
CFLAGS-.os += -Wa,-mtune=i686
|
|
CFLAGS-.op += -Wa,-mtune=i686
|
|
CFLAGS-.og += -Wa,-mtune=i686
|
|
CFLAGS-.oS += -Wa,-mtune=i686
|
|
|
|
ASFLAGS-.o += -Wa,-mtune=i686
|
|
ASFLAGS-.os += -Wa,-mtune=i686
|
|
ASFLAGS-.op += -Wa,-mtune=i686
|
|
ASFLAGS-.og += -Wa,-mtune=i686
|
|
ASFLAGS-.oS += -Wa,-mtune=i686
|
|
endif
|