aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
blob: c73c2b6c26e0032a7f447d2c2636f6c4f41b3d9e (plain)
1
2
3
4
ifeq ($(subdir),nptl)
# We need to make sure that stack memory is allocated in the low 4GB.
CFLAGS-pthread_create.c += -DARCH_MAP_FLAGS=MAP_32BIT
endif