Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] LDFLAGS setting in buildroot
@ 2008-10-28 12:36 Daniel J Laird
  2008-10-28 13:18 ` Bernhard Reutner-Fischer
  2008-10-28 13:37 ` Thomas Petazzoni
  0 siblings, 2 replies; 22+ messages in thread
From: Daniel J Laird @ 2008-10-28 12:36 UTC (permalink / raw)
  To: buildroot

Sometime ago Thomas Petazzoni posted some patches about setting rpath-link etc.

I have been playing with this and have come to similar conclusion.  That is that
doing LD="$(TARGET_LD) $(TARGET_LDFLAGS)" is not very helpful.

In fact if I do this I need to pass LDFLAGS to lots of my packages
directfb
png,
webkit,
cairo,
To name but a few.

However if I split this into:
LD="$(TARGET_LD)"
LDFLAGS="$(TARGET_LDFLAGS)"

They all build better (i.e I do not need to add LD_FLAGS to all the packages) and I can then add --rpath-link lines to TARGET_LDFLAGS and they all still build (no shared library issues)
Does anyone have any problems with what I am suggesting before I go ahead and commit.....

Many thanks
Daniel Laird

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2008-10-29 14:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 12:36 [Buildroot] LDFLAGS setting in buildroot Daniel J Laird
2008-10-28 13:18 ` Bernhard Reutner-Fischer
2008-10-28 13:35   ` Thomas Petazzoni
2008-10-28 13:45     ` Bernhard Reutner-Fischer
2008-10-28 14:08       ` Thomas Petazzoni
2008-10-28 15:31         ` Bernhard Reutner-Fischer
2008-10-28 16:00           ` Thomas Petazzoni
2008-10-28 16:07             ` Nick Peirson
2008-10-28 16:13             ` Bernhard Reutner-Fischer
2008-10-28 16:54               ` Steffen Schulz
2008-10-28 17:11               ` Daniel J Laird
2008-10-28 17:17                 ` Bernhard Reutner-Fischer
2008-10-28 17:32                   ` Daniel J Laird
2008-10-29 10:10                   ` Daniel J Laird
2008-10-29 14:11                     ` Peter Korsgaard
2008-10-29 14:17                       ` Daniel Laird
2008-10-29 14:48                     ` Bernhard Reutner-Fischer
2008-10-28 14:55       ` Daniel J Laird
2008-10-28 13:58   ` Daniel J Laird
2008-10-28 22:20     ` Thomas Petazzoni
2008-10-29 11:29       ` Thomas Petazzoni
2008-10-28 13:37 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox