diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2010-01-01 12:32:24 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2010-01-01 12:32:24 +0000 |
commit | cb14fcb8788b639e1fe718a81bb4109230ad6d77 (patch) | |
tree | a1b563fc352abf39f53cdea118e5914385c8cb71 /libffi/configure | |
parent | 1098bcf8122c23910806d651d52951658667e574 (diff) | |
download | gcc-cb14fcb8788b639e1fe718a81bb4109230ad6d77.zip gcc-cb14fcb8788b639e1fe718a81bb4109230ad6d77.tar.gz gcc-cb14fcb8788b639e1fe718a81bb4109230ad6d77.tar.bz2 |
Add openbsd support.
From-SVN: r155549
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 2 |
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 ;; |