]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (sparc64-*-netbsd*): Add target.
authorJason Thorpe <thorpej@wasabisystems.com>
Sun, 5 May 2002 05:03:33 +0000 (05:03 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Sun, 5 May 2002 05:03:33 +0000 (05:03 +0000)
* configure.in (sparc64-*-netbsd*): Add target.
(sparc-*-netbsdelf*): Likewise.
* configure: Regenerate.

From-SVN: r53171

libffi/ChangeLog
libffi/configure
libffi/configure.in

index 4d94725ccb59c5c1b2b8d1243f9bd28c9d4b0b8f..6b8c2973e6be0a11f7cf3be2fe2f310579966abe 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (sparc64-*-netbsd*): Add target.
+       (sparc-*-netbsdelf*): Likewise.
+       * configure: Regenerate.
+
 2002-04-28  David S. Miller  <davem@redhat.com>
 
        * configure.in, configure: Fix SPARC test in previous change.
index 18fba3d0aac09abd8da3d655e90403fb628836d2..08d8beba091cf2c8a043c64719c0f217d76b9cf5 100755 (executable)
@@ -2375,8 +2375,8 @@ i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;;
 i*86-*-mingw*) TARGET=X86_WIN32; TARGETDIR=x86;;
 sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
 sparc*-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
-sparc-*-linux*) TARGET=SPARC; TARGETDIR=sparc;;
-sparc64-*-linux*) TARGET=SPARC; TARGETDIR=sparc;;
+sparc-*-linux* | sparc-*-netbsdelf*) TARGET=SPARC; TARGETDIR=sparc;;
+sparc64-*-linux* | sparc64-*-netbsd*) TARGET=SPARC; TARGETDIR=sparc;;
 alpha*-*-linux* | alpha*-*-osf* | alpha*-*-freebsd* | alpha*-*-netbsd*) TARGET=ALPHA; TARGETDIR=alpha;;
 ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
 m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
index e27d553b0442589e94aa318affa661f0474bbfdc..565f9c539a67ef067b5307144142bdd045f400f7 100644 (file)
@@ -50,8 +50,8 @@ i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;;
 i*86-*-mingw*) TARGET=X86_WIN32; TARGETDIR=x86;;
 sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
 sparc*-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
-sparc-*-linux*) TARGET=SPARC; TARGETDIR=sparc;;
-sparc64-*-linux*) TARGET=SPARC; TARGETDIR=sparc;;
+sparc-*-linux* | sparc-*-netbsdelf*) TARGET=SPARC; TARGETDIR=sparc;;
+sparc64-*-linux* | sparc64-*-netbsd*) TARGET=SPARC; TARGETDIR=sparc;;
 alpha*-*-linux* | alpha*-*-osf* | alpha*-*-freebsd* | alpha*-*-netbsd*) TARGET=ALPHA; TARGETDIR=alpha;;
 ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
 m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
This page took 0.074834 seconds and 5 git commands to generate.