coreboot-kgpe-d16/util/kconfig
Christian Ruppert 74b659992b Respect linker order
Linking fails when using -Wl,--as-needed and/or esp. when forcing --as-needed
through a compiler specs file.
A proper compile/link command would look like: $(CC) $(CFLAGS) $(LDFLAGS) -o foo
$(OBJS) $(LIBS). So the *FLAGS must be passed *before* the objects while the
libraries/dependencies must be passed *after* the objects.
For more details see: http://www.gentoo.org/proj/en/qa/asneeded.xml

Change-Id: I5a5b05e1cab8a2d88ce56c92d9b2f991ca1ee6c0
Signed-off-by: Christian Ruppert <idl0r@qasl.de>
Reviewed-on: http://review.coreboot.org/494
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2011-12-21 16:27:01 +01:00
..
lxdialog Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
Makefile Respect linker order 2011-12-21 16:27:01 +01:00
POTFILES.in Kconfig! 2009-08-12 15:00:51 +00:00
check.sh Kconfig! 2009-08-12 15:00:51 +00:00
conf.c Kconfig! 2009-08-12 15:00:51 +00:00
confdata.c kconfig: Use more collision resistant temporary filenames 2011-11-06 18:25:29 +01:00
expr.c Kconfig! 2009-08-12 15:00:51 +00:00
expr.h Kconfig! 2009-08-12 15:00:51 +00:00
gconf.c Kconfig! 2009-08-12 15:00:51 +00:00
gconf.glade Kconfig! 2009-08-12 15:00:51 +00:00
images.c Kconfig! 2009-08-12 15:00:51 +00:00
kconfig_load.c Kconfig! 2009-08-12 15:00:51 +00:00
kxgettext.c Kconfig! 2009-08-12 15:00:51 +00:00
lex.zconf.c_shipped Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
lkc.h Kconfig! 2009-08-12 15:00:51 +00:00
lkc_proto.h Kconfig! 2009-08-12 15:00:51 +00:00
mconf.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
menu.c Kconfig! 2009-08-12 15:00:51 +00:00
qconf.cc Kconfig! 2009-08-12 15:00:51 +00:00
qconf.h Kconfig! 2009-08-12 15:00:51 +00:00
regex.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
regex.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
symbol.c Make the kconfig-style build work in mingw: 2009-11-21 19:54:02 +00:00
util.c Kconfig! 2009-08-12 15:00:51 +00:00
zconf.gperf Kconfig! 2009-08-12 15:00:51 +00:00
zconf.hash.c_shipped Kconfig! 2009-08-12 15:00:51 +00:00
zconf.l Kconfig! 2009-08-12 15:00:51 +00:00
zconf.tab.c_shipped Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
zconf.y Kconfig! 2009-08-12 15:00:51 +00:00