about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/Makefile
blob: db7764f66414e8972864b2933678a59aeb79b5b4 (plain) (blame)
1
2
3
4
5
6
7
8
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)