mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
# See Makeconfig regarding the use of default-abi.
|
|
default-abi := 32
|
|
|
|
ifeq ($(subdir),resource)
|
|
sysdep_routines += oldgetrlimit64
|
|
endif
|