comparison 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
comparison
equal deleted inserted replaced
105:5c4db73d289a 106:5ba0bee90efa
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 gcc > $@ 30 ../helpers/build-date ${CONFIG_NAME} > $@
31 31
32 build_date.o: build_date.c 32 build_date.o: build_date.c
33 ${CC} -c ${CFLAGS} build_date.c 33 ${CC} -c ${CFLAGS} build_date.c
34 34
35 fwimage.ld: ../targets/${TARGET}.m4 ../gcc/flash.m4 ../gcc/ld-script.src 35 fwimage.ld: ../targets/${TARGET}.m4 ../gcc/flash.m4 ../gcc/ld-script.src