Commit 43887a9108f10124d05c8e0e67f3942cd980cb86

Anthony Green 2019-11-28T17:44:51

Add powerpc-eabi

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
 	;;