|
@@ -107,6 +107,60 @@
|
|
-SfRESOURCES
|
|
-SfRESOURCES
|
|
#endif CPUMIPSEL
|
|
#endif CPUMIPSEL
|
|
|
|
|
|
|
|
+# mips is powerful enough to handle most object pascal constructs
|
|
|
|
+# it is only a matter of size
|
|
|
|
+#ifdef CPUMIPS
|
|
|
|
+-SfSOFTFPU
|
|
|
|
+-SfCLASSES
|
|
|
|
+-SfEXCEPTIONS
|
|
|
|
+-SfANSISTRINGS
|
|
|
|
+-SfRTTI
|
|
|
|
+-SfWIDESTRINGS
|
|
|
|
+-SfDYNARRAYS
|
|
|
|
+-SfTHREADING
|
|
|
|
+-SfVARIANTS
|
|
|
|
+-SfOBJECTS
|
|
|
|
+-SfCOMMANDARGS
|
|
|
|
+-SfRANDOM
|
|
|
|
+-SfRESOURCES
|
|
|
|
+#endif CPUMIPS
|
|
|
|
+
|
|
|
|
+# powerpc is powerful enough to handle most object pascal constructs
|
|
|
|
+# it is only a matter of size
|
|
|
|
+#ifdef CPUPOWERPC
|
|
|
|
+-SfSOFTFPU
|
|
|
|
+-SfCLASSES
|
|
|
|
+-SfEXCEPTIONS
|
|
|
|
+-SfANSISTRINGS
|
|
|
|
+-SfRTTI
|
|
|
|
+-SfWIDESTRINGS
|
|
|
|
+-SfDYNARRAYS
|
|
|
|
+-SfTHREADING
|
|
|
|
+-SfVARIANTS
|
|
|
|
+-SfOBJECTS
|
|
|
|
+-SfCOMMANDARGS
|
|
|
|
+-SfRANDOM
|
|
|
|
+-SfRESOURCES
|
|
|
|
+#endif CPUPOWERPC
|
|
|
|
+
|
|
|
|
+# powerpc64 is powerful enough to handle most object pascal constructs
|
|
|
|
+# it is only a matter of size
|
|
|
|
+#ifdef CPUPOWERPC64
|
|
|
|
+-SfSOFTFPU
|
|
|
|
+-SfCLASSES
|
|
|
|
+-SfEXCEPTIONS
|
|
|
|
+-SfANSISTRINGS
|
|
|
|
+-SfRTTI
|
|
|
|
+-SfWIDESTRINGS
|
|
|
|
+-SfDYNARRAYS
|
|
|
|
+-SfTHREADING
|
|
|
|
+-SfVARIANTS
|
|
|
|
+-SfOBJECTS
|
|
|
|
+-SfCOMMANDARGS
|
|
|
|
+-SfRANDOM
|
|
|
|
+-SfRESOURCES
|
|
|
|
+#endif CPUPOWERPC64
|
|
|
|
+
|
|
# does not require extra memory, neither code nor data
|
|
# does not require extra memory, neither code nor data
|
|
# in programs not using e. g. writeln based I/O which is the common case for AVR
|
|
# in programs not using e. g. writeln based I/O which is the common case for AVR
|
|
#ifdef CPUAVR
|
|
#ifdef CPUAVR
|