Spread the word of PowerPC.

This commit is contained in:
Benno Rice 2002-05-21 04:25:24 +00:00
parent 15e19cbbe8
commit 87efda010f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97047
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.