On Wednesday 06 September 2006 23:00, Michael Eager wrote:
> GCC passes a linker script to the linker for some
> targets (e.g., powerpc-eabi with -mads).  If you specify a
> linker script using -Wl,-T,script.ld, you get both
> passed to the linker and there may be conflicts.
>
> Is there any option to GCC which says to not pass
> the predefined linker script to the linker?

Fix the config so it doesn't add the default script when the user specifies a 
linker script.

You whould probably be using -T, not -Wl,-T.

Paul

Reply via email to