Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gcc The sparc include file is now sparc/n...
details: https://anonhg.NetBSD.org/src/rev/f97cbe61eacf
branches: trunk
changeset: 503076:f97cbe61eacf
user: tv <tv%NetBSD.org@localhost>
date: Tue Jan 30 22:09:01 2001 +0000
description:
The sparc include file is now sparc/netbsd-elf.h, not sparc/netbsdelf.h.
diffstat:
gnu/dist/toolchain/gcc/configure | 2 +-
gnu/dist/toolchain/gcc/configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r b9929db49c50 -r f97cbe61eacf gnu/dist/toolchain/gcc/configure
--- a/gnu/dist/toolchain/gcc/configure Tue Jan 30 21:05:12 2001 +0000
+++ b/gnu/dist/toolchain/gcc/configure Tue Jan 30 22:09:01 2001 +0000
@@ -5347,7 +5347,7 @@
tm_file="sparc/aout.h libgloss.h"
;;
sparc-*-netbsd*elf*)
- tm_file=sparc/netbsdelf.h
+ tm_file=sparc/netbsd-elf.h
xm_file=sparc/xm-netbsd.h
tmake_file=t-netbsd
use_collect2=yes
diff -r b9929db49c50 -r f97cbe61eacf gnu/dist/toolchain/gcc/configure.in
--- a/gnu/dist/toolchain/gcc/configure.in Tue Jan 30 21:05:12 2001 +0000
+++ b/gnu/dist/toolchain/gcc/configure.in Tue Jan 30 22:09:01 2001 +0000
@@ -3033,7 +3033,7 @@
tm_file="sparc/aout.h libgloss.h"
;;
sparc-*-netbsd*elf*)
- tm_file=sparc/netbsdelf.h
+ tm_file=sparc/netbsd-elf.h
xm_file=sparc/xm-netbsd.h
tmake_file=t-netbsd
use_collect2=yes
Home |
Main Index |
Thread Index |
Old Index