_MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to

compile the isp driver.
This commit is contained in:
Peter Grehan 2003-09-24 01:45:07 +00:00
parent 42845ac591
commit 7a77eb896e

View file

@ -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