comparison gcc/makefile-body @ 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 5ba0bee90efa
children
comparison
equal deleted inserted replaced
145:d606941f1286 146:767c75e3d2f2
25 25
26 ramvecs.o: ../src/cs/system/main/gcc/ramvecs.S 26 ramvecs.o: ../src/cs/system/main/gcc/ramvecs.S
27 ${CC} -c ${CFLAGS} $< 27 ${CC} -c ${CFLAGS} $<
28 28
29 build_date.c: ${LIBS} bootentry-flash.o bootentry-xram.o ramvecs.o Makefile 29 build_date.c: ${LIBS} bootentry-flash.o bootentry-xram.o ramvecs.o Makefile
30 ../helpers/build-date ${CONFIG_NAME} > $@ 30 ../helpers/build-date ${CONFIG_NAME} ${TARGET} \
31 `../scripts/src-version.sh` > $@
31 32
32 build_date.o: build_date.c 33 build_date.o: build_date.c
33 ${CC} -c ${CFLAGS} build_date.c 34 ${CC} -c ${CFLAGS} build_date.c
34 35
35 fwimage.ld: ../targets/${TARGET}.m4 ../gcc/flash.m4 ../gcc/ld-script.src 36 fwimage.ld: ../targets/${TARGET}.m4 ../gcc/flash.m4 ../gcc/ld-script.src