mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 16:50:07 +00:00
dd26c44403
This patch consolidates the sched_getcpu implementations across all arches (except tile, which requires its own). This patch removes the powerpc, x86_64 and x32 specific files and change the default linux one to use INLINE_VSYSCALL where possible (for ports that implements it).
7 lines
104 B
Makefile
7 lines
104 B
Makefile
# The default ABI is x32.
|
|
default-abi := x32
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += arch_prctl
|
|
endif
|