glibc/sysdeps/unix/sysv/linux/x86_64/x32/Makefile
Adhemerval Zanella dd26c44403 Consolidate sched_getcpu
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).
2015-06-09 14:56:21 -03:00

7 lines
104 B
Makefile

# The default ABI is x32.
default-abi := x32
ifeq ($(subdir),misc)
sysdep_routines += arch_prctl
endif