coreboot-kgpe-d16/payloads/libpayload/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 Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
check.sh Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
conf.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
confdata.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
expr.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
expr.h 1. 2008-09-23 21:29:53 +00:00
gconf.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
gconf.glade Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
images.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
kconfig_load.c
kxgettext.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +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 Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
lkc_proto.h Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
mconf.c fix warnings when starting make menuconfig 2008-08-08 13:07:38 +00:00
menu.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
qconf.cc Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
qconf.h Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +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 Copy mingw support for kconfig from coreboot to libpayload 2010-04-20 16:00:07 +00:00
util.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.gperf Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.hash.c_shipped Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.l Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +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 Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00