http://sourceware.org/bugzilla/show_bug.cgi?id=14897

             Bug #: 14897
           Summary: gold is installed by accident
           Product: binutils
           Version: 2.24 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: i...@airs.com
        ReportedBy: hjl.to...@gmail.com
                CC: ccout...@google.com
    Classification: Unclassified


Only "--disable-ld" or "--enable-gold=default" should install
gold as default ld.  However, gold/configure.ac has:

default_ld=
AC_ARG_ENABLE(ld,
[[  --enable-ld[=ARG]     build ld [ARG={default,yes,no}]]],
[case "${enableval}" in
  default)
    default_ld=ld.bfd
    ;;  
esac])

It will install gold as default ld for --enable-gold.  As
the result, when --enable-gold is used, we get random
default ld, depending which directory, gold or ld, is
installed the last.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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