aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure.in
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>2000-04-04 18:22:01 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-04-04 11:22:01 -0700
commitdb459595975f6056f5e1a15234e40fd183630c31 (patch)
treed66e60de7db453cecfe6729963767d5e5d393543 /libffi/configure.in
parentc35cce41daad1894587834b71c9342669ecf3fa7 (diff)
downloadgcc-db459595975f6056f5e1a15234e40fd183630c31.zip
gcc-db459595975f6056f5e1a15234e40fd183630c31.tar.gz
gcc-db459595975f6056f5e1a15234e40fd183630c31.tar.bz2
Top level:
2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com> * configure.in: (i[3456]86-*-solaris2*): Removed `target-libffi' from list. Patch proposed by Anthony Green. Libffi: 2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com> * configure: Rebuilt. * configure.in: (i*86-*-solaris*): New libffi target. Patch proposed by Bryce McKinlay. From-SVN: r32906
Diffstat (limited to 'libffi/configure.in')
-rw-r--r--libffi/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/configure.in b/libffi/configure.in
index be4bca3..db643ec 100644
--- a/libffi/configure.in
+++ b/libffi/configure.in
@@ -46,6 +46,7 @@ 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-*-solaris*) TARGET=X86; TARGETDIR=x86;;
i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;
sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;;