makefile: isys8010 and isys8020 can now be compiled with a C++ compiler
This commit is contained in:
parent
cbdcaec162
commit
63510629d9
1 changed files with 0 additions and 8 deletions
8
makefile
8
makefile
|
@ -1724,22 +1724,14 @@ ${BIN}swtp6800mp-a2${EXE} : ${SWTP6800MP-A2} ${SIM} ${BUILD_ROMS}
|
||||||
isys8010: ${BIN}isys8010${EXE}
|
isys8010: ${BIN}isys8010${EXE}
|
||||||
|
|
||||||
${BIN}isys8010${EXE} : ${ISYS8010} ${SIM} ${BUILD_ROMS}
|
${BIN}isys8010${EXE} : ${ISYS8010} ${SIM} ${BUILD_ROMS}
|
||||||
ifneq (1,$(CPP_BUILD)$(CPP_FORCE))
|
|
||||||
${MKDIRBIN}
|
${MKDIRBIN}
|
||||||
${CC} ${ISYS8010} ${SIM} ${ISYS8010_OPT} $(CC_OUTSPEC) ${LDFLAGS}
|
${CC} ${ISYS8010} ${SIM} ${ISYS8010_OPT} $(CC_OUTSPEC) ${LDFLAGS}
|
||||||
else
|
|
||||||
$(info isys8010 can't be built using C++)
|
|
||||||
endif
|
|
||||||
|
|
||||||
isys8020: ${BIN}isys8020${EXE}
|
isys8020: ${BIN}isys8020${EXE}
|
||||||
|
|
||||||
${BIN}isys8020${EXE} : ${ISYS8020} ${SIM} ${BUILD_ROMS}
|
${BIN}isys8020${EXE} : ${ISYS8020} ${SIM} ${BUILD_ROMS}
|
||||||
ifneq (1,$(CPP_BUILD)$(CPP_FORCE))
|
|
||||||
${MKDIRBIN}
|
${MKDIRBIN}
|
||||||
${CC} ${ISYS8020} ${SIM} ${ISYS8020_OPT} $(CC_OUTSPEC) ${LDFLAGS}
|
${CC} ${ISYS8020} ${SIM} ${ISYS8020_OPT} $(CC_OUTSPEC) ${LDFLAGS}
|
||||||
else
|
|
||||||
$(info isys8020 can't be built using C++)
|
|
||||||
endif
|
|
||||||
|
|
||||||
tx-0 : ${BIN}tx-0${EXE}
|
tx-0 : ${BIN}tx-0${EXE}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue