bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/14897] New: gold is installed by accident


From: hjl.tools at gmail dot com
Subject: [Bug gold/14897] New: gold is installed by accident
Date: Fri, 30 Nov 2012 14:24:32 +0000

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: address@hidden
        ReportedBy: address@hidden
                CC: address@hidden
    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]