configure.in (alpha*-*-netbsd): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Sat, 28 Nov 1998 10:00:05 +0000 (10:00 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 28 Nov 1998 10:00:05 +0000 (03:00 -0700)
        * configure.in (alpha*-*-netbsd): Fix typo.
        * configure: Rebuilt.

From-SVN: r23945

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 865ebfcb5571d37181fc39fcbb60c289af3a8614..987262b037b0de48fc66c7d19970db4c0fcdb4f1 100644 (file)
@@ -1,3 +1,8 @@
+Sat Nov 28 10:56:32 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (alpha*-*-netbsd): Fix typo.
+       * configure: Rebuilt.
+
 Fri Nov 27 12:28:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * system.h: Include libiberty.h.
index 644bf0290d79905ca3929d57b2c5ae42e906641c..11b836712c121de86e816a6dc9ae883c81d1dc8e 100755 (executable)
@@ -2865,7 +2865,7 @@ for machine in $build $host $target; do
                fi
                ;;
        alpha*-*-netbsd*)
-               tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
+               tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
                target_cpu_default="MASK_GAS"
                tmake_file="alpha/t-crtbe"
                extra_parts="crtbegin.o crtend.o"
index 31ae7699a3e2eb3e221b0824f778084725c5678f..fb689e3770c82269a143c7c63983ed049b38bf50 100644 (file)
@@ -572,7 +572,7 @@ changequote([,])dnl
                fi
                ;;
        alpha*-*-netbsd*)
-               tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
+               tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
                target_cpu_default="MASK_GAS"
                tmake_file="alpha/t-crtbe"
                extra_parts="crtbegin.o crtend.o"