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
check.sh
conf.c
confdata.c kconfig: Use more collision resistant temporary filenames 2011-11-06 18:25:29 +01:00
expr.c
expr.h
gconf.c
gconf.glade
images.c
kconfig_load.c
kxgettext.c
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
lkc_proto.h
mconf.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
menu.c
qconf.cc
qconf.h
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
zconf.gperf
zconf.hash.c_shipped
zconf.l
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