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/55a74bb955a7
branches:  trunk
changeset: 324682:55a74bb955a7
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 380654dc36b2 -r 55a74bb955a7 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