From: Jeffrey A Law Date: Sat, 28 Nov 1998 10:00:05 +0000 (+0000) Subject: configure.in (alpha*-*-netbsd): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66953094ad3fb8b23a88fe574ce269d63fba6537;p=gcc.git configure.in (alpha*-*-netbsd): Fix typo. * configure.in (alpha*-*-netbsd): Fix typo. * configure: Rebuilt. From-SVN: r23945 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 865ebfcb557..987262b037b 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 * system.h: Include libiberty.h. diff --git a/gcc/configure b/gcc/configure index 644bf0290d7..11b836712c1 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 31ae7699a3e..fb689e3770c 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"