This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:Cross compiled GCC wrongly builds dynamic executables


<snip>

> It assumes that -static is used to create static executable, in which
> case -rdynamic is ignored. Apparently, in your case, -static isn't used
> when creating static executable. Please double check if your target
> is properly supported by GCC.
> 
> --
> H.J.

Right, so this is working as intended; thanks for your help!

Alastair Hughes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]