mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 17:11:06 +00:00
06f6ca9019
2003-09-17 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/vfork.S: Branch to fork if libpthread is loaded. Elide backwards compatibility code when not required.
8 lines
164 B
Makefile
8 lines
164 B
Makefile
ifeq ($(subdir),csu)
|
|
sysdep_routines += hp-timing
|
|
static-only-routines += hp-timing
|
|
endif
|
|
|
|
# So that we can test __m128's alignment
|
|
stack-align-test-flags += -msse
|