add framework for arch-provided makefile fragments, compat source dirs
authorRich Felker <dalias@aerifal.cx>
Mon, 21 Oct 2019 00:03:20 +0000 (20:03 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commitde90f38e3b105802655d19d965d66335d25d59ef
tree322ecf6aa7e1dfc36331392b1dd9ed52a7fdefa6
parent5a25759a2165bf3b17263b042594453b184e4848
add framework for arch-provided makefile fragments, compat source dirs

the immediate usage case for this is to let 32-bit archs moving to
64-bit time_t via symbol redirection pull in wrapper shims that
provide the old symbol names. in the future it may be used for other
types of compatibility-only source files that are not relevant to all
archs.
Makefile