glibc/sysdeps/wordsize-64/Makefile

9 lines
274 B
Makefile

ifeq ($(subdir),misc)
tests += tst-writev
endif
# strtol is aliased to stroll
CFLAGS-strtol.c += -fno-builtin-strtoll $(config-cflags-wno-ignored-attributes)
# strtoul is aliased to strtoull
CFLAGS-strtoul.c += -fno-builtin-strtoull $(config-cflags-wno-ignored-attributes)