summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-18 13:06:26 -0500
committerAnthony Green <green@moxielogic.com>2019-11-18 13:06:26 -0500
commitbbea6394f9f27de68aac037abb264151d6de9f64 (patch)
treef8b57e479a5c84f77365957d1e9145cbe1106161 /configure.host
parent97e3b1fe1a0fbdb43bf28fe6198cb26eaa719c93 (diff)
downloadlibffi-bbea6394f9f27de68aac037abb264151d6de9f64.tar.gz
Capture more or1k hosts
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.host b/configure.host
index 6762eba..d9850d4 100644
--- a/configure.host
+++ b/configure.host
@@ -178,7 +178,7 @@ case "${host}" in
SOURCES="ffi.c sysv.S"
;;
- or1k*-linux*)
+ or1k*-*-*)
TARGET=OR1K; TARGETDIR=or1k
SOURCES="ffi.c sysv.S"
;;