Spread the word of PowerPC.

This commit is contained in:
benno 2002-05-21 04:25:24 +00:00
parent 741fbfb787
commit 0e8bf3d65e
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ static const char rcsid[] =
#if defined(__i386__) || defined(__ia64__)
#define NUMBOOT 2
#elif defined(__alpha__) || defined(__sparc64__)
#elif defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
#define NUMBOOT 1
#else
#error I do not know about this architecture.

View File

@ -99,7 +99,7 @@ static const char rcsid[] =
#if defined(__i386__) || defined(__ia64__)
#define NUMBOOT 2
#elif defined(__alpha__) || defined(__sparc64__)
#elif defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
#define NUMBOOT 1
#else
#error I do not know about this architecture.