]> git.ipfire.org Git - thirdparty/glibc.git/blame - extra-modules.mk
BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards
[thirdparty/glibc.git] / extra-modules.mk
CommitLineData
b30542fb
UD
1# This file is included several times in a row, once
2# for each element of $(modules-names). $(extra-modules-left)
3# is initialized first to $(modules-names) so that with each
4# inclusion, we advance $(module) to the next name.
5
6module := $(firstword $(extra-modules-left))
7extra-modules-left := $(filter-out $(module),$(extra-modules-left))
8
9CPPFLAGS-$(module).c += -DNOT_IN_libc