Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libgcc arm64 needs additional lse.S bu...



details:   https://anonhg.NetBSD.org/src/rev/84c6eee6de78
branches:  trunk
changeset: 368634:84c6eee6de78
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 22 21:59:11 2022 +0000

description:
arm64 needs additional lse.S builds with GCC 10.4.0.

diffstat:

 external/gpl3/gcc/lib/libgcc/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 83fe72992b5b -r 84c6eee6de78 external/gpl3/gcc/lib/libgcc/Makefile.inc
--- a/external/gpl3/gcc/lib/libgcc/Makefile.inc Fri Jul 22 21:51:08 2022 +0000
+++ b/external/gpl3/gcc/lib/libgcc/Makefile.inc Fri Jul 22 21:59:11 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.51 2021/04/25 23:12:54 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.52 2022/07/22 21:59:11 mrg Exp $
 
 LIBGCC_MACHINE_ARCH?=${MACHINE_ARCH:S/earmv5/earm/}
 GCC_MACHINE_SUBDIR=${MACHINE_CPU:C/powerpc.*/rs6000/:C/x86_64/i386/}
@@ -175,7 +175,7 @@
 # XXX lse.S objects are placed directly into "libgcc-objects" for GCC, and
 # are not pulled out by mknative-gcc easily.
 . for s in 1 2 4 8 16
-.  for m in 1 2 3 4
+.  for m in 1 2 3 4 5
 .   for n in cas
 LSE_NAMES+=                    ${n}_${s}_${m}
 CPPFLAGS.${n}_${s}_${m}+=      -DL_${n} -DSIZE=${s} -DMODEL=${m}
@@ -184,7 +184,7 @@
 . endfor
 
 . for s in 1 2 4 8
-.  for m in 1 2 3 4
+.  for m in 1 2 3 4 5
 .   for n in swp ldadd ldclr ldeor ldset
 LSE_NAMES+=                    ${n}_${s}_${m}
 CPPFLAGS.${n}_${s}_${m}+=      -DL_${n} -DSIZE=${s} -DMODEL=${m}



Home | Main Index | Thread Index | Old Index