]> git.ipfire.org Git - thirdparty/glibc.git/blame - o-iterator.mk
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / o-iterator.mk
CommitLineData
693e7b96
RM
1# This file is included several times in a row, once
2# for each element of $(object-suffixes). $(object-suffixes-left)
3# is initialized first to $(object-suffixes) so that with each
4# inclusion, we advance $o to the next suffix.
5
6o := $(firstword $(object-suffixes-left))
7object-suffixes-left := $(filter-out $o,$(object-suffixes-left))
8
9$(o-iterator-doit)