Define LINUX_PPC.

This commit is contained in:
Sean Burke
2004-06-15 00:06:41 +00:00
parent 1dfafc21da
commit 3c89644f66
+3
View File
@@ -212,6 +212,9 @@ case $host in
AC_DEFINE(UNIX, 1, [Unix])
linux=yes
unix=yes
if test $host = powerpc-unknown-linux-gnu; then
AC_DEFINE(LINUX_PPC, 1, [Linux PPC])
fi
;;
*)