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 default oabi to strongarm. fixes...



details:   https://anonhg.NetBSD.org/src/rev/4a4c4229426d
branches:  trunk
changeset: 840071:4a4c4229426d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 19 23:55:28 2019 +0000

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

diffstat:

 external/gpl3/gcc/dist/gcc/config.gcc |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 6635fe764dfb -r 4a4c4229426d external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Tue Mar 19 20:30:05 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Tue Mar 19 23:55:28 2019 +0000
@@ -1134,6 +1134,8 @@
        *)
            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"



Home | Main Index | Thread Index | Old Index