]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Implement --print-sysroot in ld.
authorHans-Peter Nilsson <hp@bitrange.com>
Fri, 17 Oct 2014 11:07:09 +0000 (13:07 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Fri, 17 Oct 2014 11:07:09 +0000 (13:07 +0200)
commitc1e29d6622533257267e6dd136a34f9785edfb28
tree02120a9453880c64fd0646d41caeebbcbc055f43
parentcb9322a80e3a92aceb7e325ab34f2a15edbae05a
Implement --print-sysroot in ld.

* ldlex.h (enum option_values): Add entry OPTION_PRINT_SYSROOT.
* lexsup.c (ld_options): Add entry for --print-sysroot.
(parse_args) <OPTION_PRINT_SYSROOT>: Print sysroot and exit early.
ld/ChangeLog