avoid linking main program in linker tests
authorRich Felker <dalias@aerifal.cx>
Thu, 7 Jun 2012 04:23:58 +0000 (00:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 7 Jun 2012 04:23:58 +0000 (00:23 -0400)
commit67a0383d07987cc4adeee3a06b60c666d9f9d62e
tree8d040cdc6ed0e55072196f1f98944fea345d1d49
parent0c5efde8d06670e8709e3bff548921b05a7da692
avoid linking main program in linker tests

it's possible that the user has provided a compiler that does not have
any libc to link to, so linking a main program is a bad idea. instead,
generate an empty shared library with no dependencies.
configure