[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/11006] A "relaxed" link order of libraries is requested for impr
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug ld/11006] A "relaxed" link order of libraries is requested for improved compatibilty |
Date: |
30 Nov 2009 00:33:46 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2009-11-30
00:33 -------
The patch I've just committed should allow you to implement this behaviour with
a simple wrapper script, something like the following:
#! /bin/sh
exec real_ld --start-group "$@" --end-group
You could have done the same prior to my patch, but the script would have been a
little more complicated as you'd need to remove existing
--start-group/--end-group options.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=11006
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.