Building qtcreator with gold fails, because qtcreator explicitly sets an
rpath using $ORIGIN:
| QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${IDE_PLUGIN_RPATH}\'

With gold linking fails, because "-z origin" is unknown. When removing
the option the rpath is still fine though, so it seems gold supports
$ORIGIN without "-z origin".

Greetings,
Armin

-- 
           Summary: fails to link qtcreator, because "-z origin" is not
                    supported
           Product: binutils
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: ian at airs dot com
        ReportedBy: armin at space-based dot de
                CC: bug-binutils at gnu dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to