Module Name: src Committed By: mrg Date: Fri Jul 22 21:59:11 UTC 2022
Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: arm64 needs additional lse.S builds with GCC 10.4.0. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/external/gpl3/gcc/lib/libgcc/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/lib/libgcc/Makefile.inc diff -u src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.51 src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.52 --- src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.51 Sun Apr 25 23:12:54 2021 +++ src/external/gpl3/gcc/lib/libgcc/Makefile.inc Fri Jul 22 21:59:11 2022 @@ -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 @@ ${LIB1ASMFUNCS}: ${.CURDIR}/Makefile # 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 @@ CPPFLAGS.${n}_${s}_${m}+= -DL_${n} -DSIZ . 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}