we need to use the compiler driver to invoke LD as LDFLAGS is in the form the compile...
authorMike Frysinger <vapier@gentoo.org>
Fri, 29 Dec 2006 23:27:22 +0000 (23:27 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 29 Dec 2006 23:27:22 +0000 (23:27 -0000)
commitd9e4ddc38b38b7cf6cc7bdd9dcf6794f8aad8d2e
treec9760f34bfa28a752b5b42710d98d39a45d6f3e2
parentc1a339983fa9a2af2971f5c340bd33e7a6930384
we need to use the compiler driver to invoke LD as LDFLAGS is in the form the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work
Makefile