Module Name:    src
Committed By:   mrg
Date:           Tue Mar 19 23:55:28 UTC 2019

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

Log Message:
default oabi to strongarm.  fixes build.sh -a arm builds.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 src/external/gpl3/gcc/dist/gcc/config.gcc:1.52
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.51	Sun Feb 10 07:55:57 2019
+++ src/external/gpl3/gcc/dist/gcc/config.gcc	Tue Mar 19 23:55:28 2019
@@ -1134,6 +1134,8 @@ arm*-*-netbsdelf*)
 	*)
 	    tm_file="$tm_file arm/netbsd-elf.h"
 	    tmake_file="$tmake_file arm/t-netbsd"
+	    # NetBSD/arm (non-eabi) is only old platforms
+	    with_cpu=${with_cpu:-strongarm}
 	    ;;
 	esac
 	tm_file="${tm_file} arm/aout.h arm/arm.h"

Reply via email to