This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: test-src in elf/Makefile


> What is this supposed to fix:
> 
> 	* elf/Makefile (test-srcs): Add $(modules-names) to it.
> 
> test-srcs is supposed to only contain targets for binaries, but
> modules-names only contains .so targets.

This was the easy way to make sure that cppflags-iterator.mk got used for
compiling those modules, which should have -DNOT_IN_libc.  I now notice
that test-srcs is used for binaries-bounded, which is not appropriate for
these modules, but I am not sure it hurts.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]