summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host3
1 files changed, 3 insertions, 0 deletions
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
;;