diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-11-28 10:00:05 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-28 03:00:05 -0700 |
commit | 66953094ad3fb8b23a88fe574ce269d63fba6537 (patch) | |
tree | 483e842437c7fbc27f200d46df29b861bfbb4d5d /gcc | |
parent | 4c634349b0c483362fd2475e1abc83db0b2d4481 (diff) | |
download | gcc-66953094ad3fb8b23a88fe574ce269d63fba6537.zip gcc-66953094ad3fb8b23a88fe574ce269d63fba6537.tar.gz gcc-66953094ad3fb8b23a88fe574ce269d63fba6537.tar.bz2 |
configure.in (alpha*-*-netbsd): Fix typo.
* configure.in (alpha*-*-netbsd): Fix typo.
* configure: Rebuilt.
From-SVN: r23945
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 865ebfc..987262b 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 644bf02..11b8367 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 31ae769..fb689e3 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" |