4.115
Line | |
---|
1 | # |
---|
2 | # Config file for a BSVC m68k simulator |
---|
3 | # |
---|
4 | |
---|
5 | include $(RTEMS_ROOT)/make/custom/default.cfg |
---|
6 | |
---|
7 | RTEMS_CPU=m68k |
---|
8 | RTEMS_CPU_MODEL=m68000 |
---|
9 | |
---|
10 | # This contains the compiler options necessary to select the CPU model |
---|
11 | # and (hopefully) optimize for it. |
---|
12 | CPU_CFLAGS = -mcpu=68000 |
---|
13 | |
---|
14 | # optimize flag: typically -O2 |
---|
15 | CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer |
---|
16 | |
---|
17 | define bsp-post-link |
---|
18 | $(default-bsp-post-link) |
---|
19 | $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT) |
---|
20 | endef |
---|
Note: See
TracBrowser
for help on using the repository browser.