Add powerpc-eabi
diff --git a/configure.host b/configure.host
index 9a72cda..055e955 100644
--- a/configure.host
+++ b/configure.host
@@ -190,6 +190,9 @@ case "${host}" in
powerpc-*-amigaos*)
TARGET=POWERPC; TARGETDIR=powerpc
;;
+ powerpc-*-eabi*)
+ TARGET=POWERPC; TARGETDIR=powerpc
+ ;;
powerpc-*-beos*)
TARGET=POWERPC; TARGETDIR=powerpc
;;