diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-17 02:22:22 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-17 02:22:22 +0000 |
commit | 2c9b297c15bf012a2622c1caea1ab0fe0e6f2f65 (patch) | |
tree | 6be1dd9a9250da8f8ae878e76fd1b0e80616fd95 /libffi/configure | |
parent | d7a35c6c8ed56febd7ecab5f2248fe633ccb5b48 (diff) | |
download | gcc-2c9b297c15bf012a2622c1caea1ab0fe0e6f2f65.tar.gz |
2000-04-16 Anthony Green <green@redhat.com>
* configure: Rebuiltd.
* configure.in: Change i*86-pc-linux* to i*86-*-linux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33197 138bc75d-0d04-0410-961f-82ee72b054a4
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 d876117f90f..8320f57a731 100755 --- a/libffi/configure +++ b/libffi/configure @@ -1625,7 +1625,7 @@ exec 5>>./config.log TARGETDIR="unknown" case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;; -i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;; +i*86-*-linux*) TARGET=X86; TARGETDIR=x86;; i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;; i*86-*-beos*) TARGET=X86; TARGETDIR=x86;; sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;; |