OSDN Git Service

Mike Frysinger writes:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Tue, 10 Aug 2004 09:23:57 +0000 (09:23 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Tue, 10 Aug 2004 09:23:57 +0000 (09:23 -0000)
commit9d4b81d74bc2a371a47e0e0f6376efa7cd211bb8
tree1ad3179e291761586d799ae0ea9c3d5b7e92165e
parent4e6514273f43dee7b5dd894d107d5e419c793bc6
Mike Frysinger writes:
in libdl, the XXFLAGS is set incorrectly if DODEBUG=y ... it has 'I.' added to
it instead of '-I.' ... this of course pisses of gcc :)

find attached a patch that cleans up the XXFLAGS setting so as to minimize
this kind of thing ... when asked, mjn3 said it was a kosher idea ;)

and later writes:
hmm it seems ldso also utilizes USE_CACHE in the code (but LIBRARY_CACHE never
propogates down to the Makefiles)
so the fix is to add $(LIBRARY_CACHE) while setting $(XXFLAGS)

Applied with minor fixes and also fixed up ldso/Makefile to match
libdl/Makefile.
ldso/ldso/Makefile
ldso/libdl/Makefile