Skip to content
  • Ben Pfaff's avatar
    Make.config: Use a different method to detect --build-id support. · 1ec7b011
    Ben Pfaff authored
    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>.
    1ec7b011