OSDN Git Service

- use the compiler-driver instead of the linker
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 13 Oct 2007 14:50:43 +0000 (14:50 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 13 Oct 2007 14:50:43 +0000 (14:50 -0000)
commit51ce75b5b02a7617bfee5272d9236835be48d02d
tree45d559f5b9b02f0fa705797081a28f638f52463e
parent3936de030a9c53a21825701cea9c4d36e0d00b85
- use the compiler-driver instead of the linker
- adjust setting flags accordingly to use (hardcoded, see below) -Wl,
  Potential improvements:
  *) --warn-unresolved-symbols should perhaps be used for all libs
  *) eventually rename LDFLAGS to CC_LDFLAGS
  *) probe for compiler driver's notion of flag to use for passing in
     linker flags (i.e. don't hardcode "-Wl,")
Makerules
Rules.mak
TODO
ldso/ldso/Makefile.in
ldso/libdl/Makefile.in
libc/Makefile.in
libpthread/linuxthreads.old/Makefile.in
libpthread/linuxthreads.old_db/Makefile.in
libpthread/linuxthreads/Makefile.in
libpthread/linuxthreads_db/Makefile.in