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)
commit2e7e4557b7f84a1377d38c1b4db544251bcec317
tree12586efc483345a909452909f15924b60b64c7fa
parent94b11a65805343eb3a4679f695a4f41cae69559e
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