Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc don't append to nbsd_tm_file. Thi...
details: https://anonhg.NetBSD.org/src/rev/7a3dca7a20e2
branches: trunk
changeset: 998102:7a3dca7a20e2
user: maya <maya%NetBSD.org@localhost>
date: Sun Apr 07 14:14:05 2019 +0000
description:
don't append to nbsd_tm_file. This is the sole definition so fine to do.
Only done to reduce diff to upstream.
diffstat:
external/gpl3/gcc/dist/gcc/config.gcc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5a427e2eddbc -r 7a3dca7a20e2 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc Sun Apr 07 14:14:03 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc Sun Apr 07 14:14:05 2019 +0000
@@ -800,7 +800,7 @@
case ${enable_threads} in
"" | yes | posix) thread_file='posix' ;;
esac
- nbsd_tm_file="${nbsd_tm_file} netbsd.h netbsd-stdint.h netbsd-elf.h"
+ nbsd_tm_file="netbsd.h netbsd-stdint.h netbsd-elf.h"
default_use_cxa_atexit=yes
;;
*-*-openbsd*)
Home |
Main Index |
Thread Index |
Old Index