projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2b938
)
pass EXTRA_CFLAGS to final link since it may contain things that affect linking ...
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 27 Sep 2005 04:06:39 +0000
(
04:06
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 27 Sep 2005 04:06:39 +0000
(
04:06
-0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a88062e54bdfc425928ec478db2cf6a0abeb7eb6..f71c536940219496ae2badbe5a1190a57ce92994 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-139,7
+139,7
@@
include $(patsubst %,%/Makefile.in, $(SRC_DIRS))
-include $(top_builddir)/.depend
busybox: $(ALL_MAKEFILES) .depend $(libraries-y)
- $(CC) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group
+ $(CC) $(
EXTRA_CFLAGS) $(
LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group
$(STRIPCMD) $@
busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h