Jelajahi Sumber

Support for ARM and PPC linux

rdb 16 tahun lalu
induk
melakukan
edf382de12
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      dtool/src/dtoolbase/dtool_platform.h

+ 6 - 0
dtool/src/dtoolbase/dtool_platform.h

@@ -53,6 +53,12 @@
 #elif defined(__i386)
 #elif defined(__i386)
 #define DTOOL_PLATFORM "linux.i386"
 #define DTOOL_PLATFORM "linux.i386"
 
 
+#elif defined(__arm__)
+#define DTOOL_PLATFORM "linux.arm"
+
+#elif defined(__ppc__)
+#define DTOOL_PLATFORM "linux.ppc"
+
 #else
 #else
 #error "Can't determine platform; please define DTOOL_PLATFORM in Config.pp file."
 #error "Can't determine platform; please define DTOOL_PLATFORM in Config.pp file."