Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin/frontend Give aarch64 the "special...
details: https://anonhg.NetBSD.org/src/rev/23dd9fb26410
branches: trunk
changeset: 833865:23dd9fb26410
user: christos <christos%NetBSD.org@localhost>
date: Sun Jul 15 16:37:04 2018 +0000
description:
Give aarch64 the "special treatment", since mknative does not include the
target-specific build file.
diffstat:
external/gpl3/gcc/usr.bin/frontend/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 39dd4570442b -r 23dd9fb26410 external/gpl3/gcc/usr.bin/frontend/Makefile
--- a/external/gpl3/gcc/usr.bin/frontend/Makefile Sun Jul 15 16:35:47 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/frontend/Makefile Sun Jul 15 16:37:04 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/11/15 07:47:40 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/15 16:37:04 christos Exp $
LIBISPRIVATE= yes
@@ -20,6 +20,10 @@
SRCS+= driver-rs6000.c
.PATH: ${DIST}/gcc/config/rs6000
.endif
+.if ${GCC_MACHINE_ARCH} == "aarch64"
+SRCS+= driver-aarch64.c
+.PATH: ${DIST}/gcc/config/aarch64
+.endif
.include "../Makefile.target-defines"
Home |
Main Index |
Thread Index |
Old Index