From: Alan Cox Date: Fri, 15 Dec 2017 13:05:31 +0000 (+0000) Subject: 65c816-big: We can't build it all -Oi, but we can do the core code X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=83e9364a6d2f3a6e43e4561f0b67647ff14ef3ec;p=FUZIX.git 65c816-big: We can't build it all -Oi, but we can do the core code --- diff --git a/Kernel/platform-v65c816-big/rules.mk b/Kernel/platform-v65c816-big/rules.mk new file mode 100644 index 00000000..c03f69d9 --- /dev/null +++ b/Kernel/platform-v65c816-big/rules.mk @@ -0,0 +1,3 @@ +export CROSS_CC_SEG1=--code-name CODE -Oi +export CROSS_CC_SEG2=--code-name CODE -Oi +export CROSS_CC_SEG3=--code-name CODE -Oi