* dtc: Don't include libfdt in global LDFLAGS
@ 2007-11-02 4:15 David Gibson
2007-11-05 14:54 ` Jon Loeliger
0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2007-11-02 4:15 UTC (permalink / raw)
To: Jon Loeliger; +Cc: linuxppc-dev
Remove the uneccessary LDFLAGS from the top-level makefile. It only
added libfdt/ to the link path. dtc doesn't need libfdt at all, and
the testcases which do, already link libfdt.a by explicit path.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Index: dtc/Makefile
===================================================================
--- dtc.orig/Makefile 2007-11-02 15:06:24.000000000 +1100
+++ dtc/Makefile 2007-11-02 15:06:30.000000000 +1100
@@ -17,7 +17,6 @@ CONFIG_LOCALVERSION =
CPPFLAGS = -I libfdt
CFLAGS = -Wall -g -Os
-LDFLAGS = -Llibfdt
BISON = bison
LEX = flex
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: dtc: Don't include libfdt in global LDFLAGS
2007-11-02 4:15 dtc: Don't include libfdt in global LDFLAGS David Gibson
@ 2007-11-05 14:54 ` Jon Loeliger
0 siblings, 0 replies; 2+ messages in thread
From: Jon Loeliger @ 2007-11-05 14:54 UTC (permalink / raw)
To: David Gibson; +Cc: linuxppc-dev
So, like, the other day David Gibson mumbled:
> Remove the uneccessary LDFLAGS from the top-level makefile. It only
> added libfdt/ to the link path. dtc doesn't need libfdt at all, and
> the testcases which do, already link libfdt.a by explicit path.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Applied.
jdl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-05 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-02 4:15 dtc: Don't include libfdt in global LDFLAGS David Gibson
2007-11-05 14:54 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).