gdb: build with GOLD linker again

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-30 00:29:35 +02:00
parent 35ebb09140
commit 3e6156032b

View File

@ -39,7 +39,7 @@ CC_FOR_BUILD="$HOST_CC"
CFLAGS_FOR_BUILD="$HOST_CFLAGS"
pre_configure_target() {
strip_gold
# gdb could fail on runtime if build with LTO support
strip_lto
}