FreeCalypso > hg > fc-selenite
changeset 146:767c75e3d2f2
gcc/makefile-body: same version ID string additions as
in the TMS470 environment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 06 Feb 2019 22:28:33 +0000 |
parents | d606941f1286 |
children | 0d96c28dedb1 |
files | gcc/makefile-body |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gcc/makefile-body Wed Feb 06 22:22:39 2019 +0000 +++ b/gcc/makefile-body Wed Feb 06 22:28:33 2019 +0000 @@ -27,7 +27,8 @@ ${CC} -c ${CFLAGS} $< build_date.c: ${LIBS} bootentry-flash.o bootentry-xram.o ramvecs.o Makefile - ../helpers/build-date ${CONFIG_NAME} > $@ + ../helpers/build-date ${CONFIG_NAME} ${TARGET} \ + `../scripts/src-version.sh` > $@ build_date.o: build_date.c ${CC} -c ${CFLAGS} build_date.c