summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-09-03 15:23:55 +0200
committerNico Huber <nico.h@gmx.de>2017-09-23 10:50:29 +0000
commitdd9754dd62bff35b13c69f847ef3fb561209c9cf (patch)
tree277faf19b1d385b235bf93941d1e36b9a703e789 /src
parent2ac149d294af795710eb4bb20f093e9920604abd (diff)
downloadcoreboot-dd9754dd62bff35b13c69f847ef3fb561209c9cf.tar.gz
coreboot-dd9754dd62bff35b13c69f847ef3fb561209c9cf.tar.bz2
coreboot-dd9754dd62bff35b13c69f847ef3fb561209c9cf.zip
toolchain: Use xcompile proposed CFLAGS for Ada
We don't output special ADAFLAGS in xcompile but its CFLAGS are compatible with and necessary for Ada too. So use the latter and make sure we use them for libgnat too. Fixes i386 builds with x86_64 toolchain. TEST=Gave libgfxinit a shot on lenovo/t420. Change-Id: I0d13f182acfaa9bd1b608edd8a508c4ceedef3b3 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/21363 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/lib/gnat/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/gnat/Makefile.inc b/src/lib/gnat/Makefile.inc
index 9c68624947c1..5c4c510f7ead 100644
--- a/src/lib/gnat/Makefile.inc
+++ b/src/lib/gnat/Makefile.inc
@@ -24,6 +24,7 @@ ADAFLAGS_libgnat-$(1) := \
-gnatg \
-gnatpg \
-I$$(src)/lib/gnat/ \
+ $$(CFLAGS_$(1)) \
libgnat-$(1)-y += a-unccon.ads
libgnat-$(1)-y += ada.ads