aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2010-01-01 12:32:24 +0000
committerAnthony Green <green@gcc.gnu.org>2010-01-01 12:32:24 +0000
commitcb14fcb8788b639e1fe718a81bb4109230ad6d77 (patch)
treea1b563fc352abf39f53cdea118e5914385c8cb71 /libffi/configure
parent1098bcf8122c23910806d651d52951658667e574 (diff)
downloadgcc-cb14fcb8788b639e1fe718a81bb4109230ad6d77.zip
gcc-cb14fcb8788b639e1fe718a81bb4109230ad6d77.tar.gz
gcc-cb14fcb8788b639e1fe718a81bb4109230ad6d77.tar.bz2
Add openbsd support.
From-SVN: r155549
Diffstat (limited to 'libffi/configure')
-rwxr-xr-xlibffi/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure b/libffi/configure
index b849fe3..5ab81bd 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -11328,7 +11328,7 @@ case "$host" in
TARGET=ARM; TARGETDIR=arm
;;
- amd64-*-freebsd*)
+ amd64-*-freebsd* | amd64-*-openbsd*)
TARGET=X86_64; TARGETDIR=x86
;;