diff gcc/makefile-body @ 106:5ba0bee90efa

build system: new configuration naming mechanism
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 23 Jul 2018 16:38:50 +0000
parents e5cbc745543b
children 767c75e3d2f2
line wrap: on
line diff
--- a/gcc/makefile-body	Mon Jul 23 07:01:39 2018 +0000
+++ b/gcc/makefile-body	Mon Jul 23 16:38:50 2018 +0000
@@ -27,7 +27,7 @@
 	${CC} -c ${CFLAGS} $<
 
 build_date.c:	${LIBS} bootentry-flash.o bootentry-xram.o ramvecs.o Makefile
-	../helpers/build-date gcc > $@
+	../helpers/build-date ${CONFIG_NAME} > $@
 
 build_date.o:	build_date.c
 	${CC} -c ${CFLAGS} build_date.c