adjust LIB_SPEC for Multiversal Interfaces

This commit is contained in:
Wolfgang Thaller 2019-09-14 02:21:17 +02:00
parent d7b311cb34
commit 6394984a6b
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#define LIBGCC_SPEC "--start-group -lretrocrt -lgcc --end-group -lInterface"
#define LIBGCC_SPEC "--start-group -lretrocrt -lgcc -lInterface --end-group "
#define LINK_SPEC "-elf2mac -q -undefined=_consolewrite"
#undef LIB_SPEC
#define LIB_SPEC "--start-group -lc -lretrocrt --end-group -lInterface"
#define LIB_SPEC "--start-group -lc -lretrocrt -lInterface --end-group"
#define LINK_GCC_C_SEQUENCE_SPEC "--start-group -lgcc -lc -lretrocrt --end-group -lInterface"
#define LINK_GCC_C_SEQUENCE_SPEC "--start-group -lgcc -lc -lretrocrt -lInterface --end-group"
#undef STARTFILE_SPEC