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/backend Aarch64 specific generated...



details:   https://anonhg.NetBSD.org/src/rev/31edc585b7a2
branches:  trunk
changeset: 324660:31edc585b7a2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 15 00:59:49 2018 +0000

description:
Aarch64 specific generated files.

diffstat:

 external/gpl3/gcc/usr.bin/backend/Makefile |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r bf1582ab3667 -r 31edc585b7a2 external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Sun Jul 15 00:36:13 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Sun Jul 15 00:59:49 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.49 2018/04/19 22:01:27 mrg Exp $
+#      $NetBSD: Makefile,v 1.50 2018/07/15 00:59:49 christos Exp $
 
 LIBISPRIVATE=  yes
 
@@ -448,9 +448,16 @@
                gimple-ssa-backprop.c
 ${CASECFNDEPS}: case-cfn-macros.h
 
+aarch64-builtin-iterators.h: ${DIST}/gcc/config/aarch64/geniterators.sh \
+    ${DIST}/gcc/config/aarch64/iterators.md
+       $(HOST_SH) ${.ALLSRC} > ${.TARGET}
+
+CLEANFILES+=   aarch-builtin-iterators.h
+
 #
 # Required hard-coded dependancies.
 #
+aarch64-builtins.o: aarch64-builtin-iterators.h
 tm.h: insn-constants.h
 genextract.lo: insn-config.h
 gencondmd.lo: tm_p.h tm-constrs.h
@@ -583,3 +590,6 @@
 
 .PATH: ${DIST}/gcc ${DIST}/libiberty ${GCCARCH} ${G_out_file:H} ${DIST}/include
 .PATH: ${DIST}/gcc/config
+.if ${MACHINE_ARCH} == "aarch64"
+.PATH: ${DIST}/gcc/config/arm
+.endif



Home | Main Index | Thread Index | Old Index