From 66953094ad3fb8b23a88fe574ce269d63fba6537 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law <law@cygnus.com> Date: Sat, 28 Nov 1998 10:00:05 +0000 Subject: [PATCH] configure.in (alpha*-*-netbsd): Fix typo. * configure.in (alpha*-*-netbsd): Fix typo. * configure: Rebuilt. From-SVN: r23945 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 865ebfcb5571..987262b037b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/configure b/gcc/configure index 644bf0290d79..11b836712c12 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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" diff --git a/gcc/configure.in b/gcc/configure.in index 31ae7699a3e2..fb689e3770c8 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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" -- GitLab