mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-22 08:34:35 +00:00
adjust LIB_SPEC for Multiversal Interfaces
This commit is contained in:
parent
d7b311cb34
commit
6394984a6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user