glibc/sysdeps/wordsize-64/Makefile

14 lines
380 B
Makefile

ifeq ($(subdir),misc)
tests += tst-writev
endif
ifeq ($(subdir),stdio-common)
fmt-xscanf-int-convs += int long
fmt-xscanf-uint-convs += uint ulong
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)