This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Static build of binutils 2.16.1


On Sun, Mar 26, 2006 at 11:07:51PM +0200, Pierre Wieser wrote:
> 
> > That's surely not what's happening, have you looked at $(LINK) or at
> > the actual commands being run?  $(LINK) includes $(LDFLAGS).
> 
> Euhh. Yes, it's happen.
> LINK variable seems good, as it includes '-static' flag, but the flag is not
> reported on actual command line. For example :

Yes, as someone else mentioned, you may need to use -all-static because
libtool is involved.  This is silly, but not our fault.

-- 
Daniel Jacobowitz
CodeSourcery


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