Support for ARM and PPC linux

This commit is contained in:
rdb 2009-08-07 10:51:55 +00:00
parent c4cfc0b8a0
commit edf382de12
1 changed files with 6 additions and 0 deletions

View File

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