summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-28 17:44:51 -0500
committerAnthony Green <green@moxielogic.com>2019-11-28 17:44:51 -0500
commit43887a9108f10124d05c8e0e67f3942cd980cb86 (patch)
treec3bda343e58215be7f22368ae123a57659ed1ef5 /configure.host
parent29297445da5c2c9437de0e20f3189799a27f0301 (diff)
downloadlibffi-43887a9108f10124d05c8e0e67f3942cd980cb86.tar.gz
Add powerpc-eabi
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
;;