summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2014-05-16 12:54:17 +0400
committerTom Rini <trini@ti.com>2014-05-23 16:51:26 -0400
commite75e73dd5f280b91f5bfc0a76a0fd09b6eba1c66 (patch)
tree07391a81f1a7bfab88c1f4e9f2a31eeb81ee9448 /Makefile
parent1dd6e3c2dd8a136d5798a3ebda33032f18177612 (diff)
downloadtalos-obmc-uboot-e75e73dd5f280b91f5bfc0a76a0fd09b6eba1c66.tar.gz
talos-obmc-uboot-e75e73dd5f280b91f5bfc0a76a0fd09b6eba1c66.zip
examples: select libgcc for non-default architecture
In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another (non-compatible) architecture. Interesting enough for years in main Makefile we used CFLAGS/c_flags for this but not for examples. So fixing it now. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com> Cc: Wolfgang Denx <wd@denx.de> Acked-by: WOlfgang Denk <wd@denx.de> Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 176ce10a72..f2ba48bad9 100644
--- a/Makefile
+++ b/Makefile
@@ -699,6 +699,7 @@ PLATFORM_LIBGCC := -L $(shell dirname `$(CC) $(c_flags) -print-libgcc-file-name`
endif
PLATFORM_LIBS += $(PLATFORM_LIBGCC)
export PLATFORM_LIBS
+export PLATFORM_LIBGCC
# Special flags for CPP when processing the linker script.
# Pass the version down so we can handle backwards compatibility
OpenPOWER on IntegriCloud