diff options
-rw-r--r-- | sys/powerpc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 19494f9..6180b66 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -57,10 +57,10 @@ #endif #ifndef _MACHINE -#define _MACHINE "powerpc" +#define _MACHINE powerpc #endif #ifndef _MACHINE_ARCH -#define _MACHINE_ARCH "powerpc" +#define _MACHINE_ARCH powerpc #endif #ifndef _NO_NAMESPACE_POLLUTION |