OSDN Git Service

* configure.in (alpha*-*-netbsd): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Nov 1998 10:00:05 +0000 (10:00 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Nov 1998 10:00:05 +0000 (10:00 +0000)
        * configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23945 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 865ebfc..987262b 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 644bf02..11b8367 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 31ae769..fb689e3 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"