Browse Source

Add more CPU options to embedded/rtl.cfg

git-svn-id: trunk@36836 -
pierre 8 years ago
parent
commit
5dec40d089
1 changed files with 54 additions and 0 deletions
  1. 54 0
      rtl/embedded/rtl.cfg

+ 54 - 0
rtl/embedded/rtl.cfg

@@ -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