Module Name:    src
Committed By:   mrg
Date:           Sun Apr 11 01:37:18 UTC 2021

Modified Files:
        src/external/gpl3/gcc/dist/gcc: config.gcc

Log Message:
reduce diffs to upstream slightly.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/external/gpl3/gcc/dist/gcc/config.gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config.gcc
diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.66 src/external/gpl3/gcc/dist/gcc/config.gcc:1.67
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.66	Sun Apr 11 00:02:11 2021
+++ src/external/gpl3/gcc/dist/gcc/config.gcc	Sun Apr 11 01:37:18 2021
@@ -1272,8 +1272,8 @@ arm*-*-freebsd*)                # ARM Fr
 	with_tls=${with_tls:-gnu}
 	;;
 arm*-*-netbsdelf*)
-	tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h"
 	tmake_file="${tmake_file} arm/t-arm"
+	tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h"
 	extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
 	case ${target} in
 	arm*eb-*) tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" ;;

Reply via email to