In Rules.mak, "check_ldflags" appears to be useless.

Rob Landley rob at landley.net
Wed Jul 26 00:56:14 UTC 2006


Ok, here's a snippet:

--- Rules.mak   (revision 15742)
+++ Rules.mak   (working copy)
@@ -166,6 +166,7 @@
 endif

 CHECKED_LDFLAGS := $(call check_ld,$(LD),--warn-common,)
+CHECKED_LDFLAGS := $(call check_ld,$(LD),--static-libgcc,)


Now would someone explain to me why check_ld even _exists_ if the build still 
breaks in the linking phase if you add that line?

I'm confused...

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list