Make.config: Use a different method to detect --build-id support.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 1 May 2010 18:20:14 +0000 (11:20 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 1 May 2010 18:20:14 +0000 (11:20 -0700)
commit1ec7b011dc73affe02a46be228fbc85d2d74384f
treea2a51f35fed2166f54d84ecb1437d8e237eed0c7
parent2026ecceb129b851bd4f1573f7627a50d51e89b5
Make.config: Use a different method to detect --build-id support.

Some versions of ld accept /dev/null as a valid input file.  Others will
not.  The latter versions will give false negatives for --buil-id support,
which breaks linking of Pintos userspace programs.  So use a different
method, that I hope will be more reliable, to detect --build-id support.

Reported by Joseph Huang <jdhuang@stanford.edu>.
src/Make.config