summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2014-11-22 17:42:58 +0100
committerPatrick Georgi <pgeorgi@google.com>2014-11-25 08:47:38 +0100
commit3ce96bd49c571955c600aba74115fa37124e4e90 (patch)
tree826feb2c6aa4b71dada78b2ef111808517aa6b0f /Makefile
parentc7e6cae0d6e086804264f3172e77ebce11bcf0bd (diff)
downloadcoreboot-staging-3ce96bd49c571955c600aba74115fa37124e4e90.zip
coreboot-staging-3ce96bd49c571955c600aba74115fa37124e4e90.tar.gz
build system: use a single variable name for compiler runtimes
We build with either gcc or clang, no need to keep both around Change-Id: I9af2cc7636bdc791a68ba8ed6e7c5a81973c5dfd Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/7552 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eaac22b..eaba3e4 100644
--- a/Makefile
+++ b/Makefile
@@ -246,7 +246,6 @@ printall:
@echo alldirs:=$(alldirs)
@echo allsrcs=$(allsrcs)
@echo DEPENDENCIES=$(DEPENDENCIES)
- @echo LIBGCC_FILE_NAME=$(LIBGCC_FILE_NAME_$(class))
@$(foreach class,$(special-classes),echo $(class):='$($(class))'; )
endif
OpenPOWER on IntegriCloud