diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-10 17:19:03 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-10 17:19:03 +0000 |
commit | 967ec51b5fc7fdf807e3d3f57289ff568392301a (patch) | |
tree | 830c84ec571ecadec696204f868d96c8075b6327 /libffi/configure | |
parent | cc0073952db9517dfcd826379558942fd74023b7 (diff) | |
download | gcc-967ec51b5fc7fdf807e3d3f57289ff568392301a.tar.gz |
2005-08-10 Alfred M. Szmidt <ams@gnu.org>
PR libffi/21819:
* configure: Rebuilt.
* configure.ac: Handle i*86-*-gnu*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102953 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/configure b/libffi/configure index e2dab2f9514..07ac781d298 100755 --- a/libffi/configure +++ b/libffi/configure @@ -5377,6 +5377,7 @@ fi TARGETDIR="unknown" case "$host" in i*86-*-linux*) TARGET=X86; TARGETDIR=x86;; +i*86-*-gnu*) TARGET=X86; TARGETDIR=x86;; i*86-*-solaris2.1[0-9]*) TARGET=X86_64; TARGETDIR=x86;; i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;; i*86-*-beos*) TARGET=X86; TARGETDIR=x86;; |