https://sourceware.org/bugzilla/show_bug.cgi?id=21251

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <ni...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3aa2d05a728216bbb99dbb5718be9bb36429cf41

commit 3aa2d05a728216bbb99dbb5718be9bb36429cf41
Author: Nick Clifton <ni...@redhat.com>
Date:   Thu May 18 15:07:59 2017 +0100

    Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker
search paths.

        PR ld/21251
        * ldfile.c (ldfile_add_library_path): If the path starts with
        $SYSROOT then use the sysroot as the real prefix.
        * ldlang.c (lang_add_input_file): Treat $SYSROOT in the same
        way as =.
        * ldlex.l: Add $SYSROOT as allow prefix for a filename.
        * ld.texinfo (-L): Document that $SYSROOT acts like = when
        prefixing a library search path.
        (INPUT): Likewise.
        * testsuite/ld-scripts/sysroot-prefix.exp: Add $SYSROOT prefix
        tests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to