FreeCalypso > hg > freecalypso-tools
changeset 477:58d3a0634272
target-utils/*/Makefile: better construct for crt0.S symlink
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 06:21:42 +0000 |
parents | 0615d54c2d2e |
children | 6f804a5ff3bc |
files | target-utils/buzplayer/Makefile target-utils/c139explore/Makefile target-utils/calversion/Makefile target-utils/flash-boot-test/Makefile target-utils/helloapp/Makefile target-utils/loadagent/Makefile target-utils/pirexplore/Makefile target-utils/simtest/Makefile |
diffstat | 8 files changed, 16 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/buzplayer/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/buzplayer/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -15,8 +15,8 @@ all: ${PROG}.srec -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x83FFFC \
--- a/target-utils/c139explore/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/c139explore/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -16,8 +16,8 @@ all: ${PROG}.bin -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N -T ${LDS} -o $@ ${OBJS} ${LIBS} ${LIBGCC}
--- a/target-utils/calversion/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/calversion/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -15,8 +15,8 @@ all: ${PROG}.srec -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x83FFFC \
--- a/target-utils/flash-boot-test/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/flash-boot-test/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -12,8 +12,8 @@ all: fbt-mode0.bin fbt-mode1.bin -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . fbt-mode0.elf: ${OBJS} magic0.o ${LIBS} ${LDS} ${LD} -N -T ${LDS} -o $@ ${OBJS} magic0.o ${LIBS} ${LIBGCC}
--- a/target-utils/helloapp/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/helloapp/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -13,8 +13,8 @@ all: ${PROG}.srec -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x83FFFC \
--- a/target-utils/loadagent/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/loadagent/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -15,8 +15,8 @@ all: ${PROG}.srec -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x838000 --defsym stack_bottom=0x83FFFC \
--- a/target-utils/pirexplore/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/pirexplore/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -15,8 +15,8 @@ all: ${PROG}.srec -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x87FFFC \
--- a/target-utils/simtest/Makefile Wed Feb 13 06:14:30 2019 +0000 +++ b/target-utils/simtest/Makefile Wed Feb 13 06:21:42 2019 +0000 @@ -15,8 +15,8 @@ all: ${PROG}.srec -crt0.S: ../env/crt0.S - ln -s $< . +crt0.S: + ln -s ../env/crt0.S . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x83FFFC \