mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-09 13:38:20 +00:00
For *-apple-macos-gcc, -Wno-trigraphs is now the default.
('????' is a common four character code on Classic MacOS, we don't want warnings)
This commit is contained in:
parent
a11377f5ae
commit
bc200ad489
@ -13,3 +13,6 @@
|
||||
#undef ENDFILE_SPEC
|
||||
#define ENDFILE_SPEC ""
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "-Wno-trigraphs"
|
||||
|
||||
|
@ -175,6 +175,9 @@
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC ""
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "-Wno-trigraphs"
|
||||
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT 0
|
||||
// (MASK_POWERPC | MASK_MULTIPLE | MASK_NEW_MNEMONICS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user