File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.eabi.mk,v 1.7 2023/05/13 10:56:54 riastradh Exp $
1+ # $NetBSD: bsd.eabi.mk,v 1.8 2026/01/18 10:54:48 mrg Exp $
22
33.if !defined(MLIBDIR)
44
@@ -61,6 +61,7 @@ CPUFLAGS+= ${EARM_COMPAT_FLAGS}
6161LDADD+ = ${EARM_COMPAT_FLAGS}
6262LDFLAGS+ = ${EARM_COMPAT_FLAGS}
6363MKDEPFLAGS+ = ${EARM_COMPAT_FLAGS}
64+ FFLAGS+ = ${EARM_COMPAT_FLAGS}
6465
6566# sync with MKRELRO in bsd.own.mk
6667NORELRO = # defined
Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.eabihf.mk,v 1.5 2023/05/13 10:56:55 riastradh Exp $
1+ # $NetBSD: bsd.eabihf.mk,v 1.6 2026/01/18 10:54:48 mrg Exp $
22
33.if !defined(MLIBDIR)
44
@@ -61,6 +61,7 @@ CPUFLAGS+= ${EARM_COMPAT_FLAGS}
6161LDADD+ = ${EARM_COMPAT_FLAGS}
6262LDFLAGS+ = ${EARM_COMPAT_FLAGS}
6363MKDEPFLAGS+ = ${EARM_COMPAT_FLAGS}
64+ FFLAGS+ = ${EARM_COMPAT_FLAGS}
6465
6566# sync with MKRELRO in bsd.own.mk
6667NORELRO = # defined
Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.64.mk,v 1.14 2024/07/09 15:11:28 rin Exp $
1+ # $NetBSD: bsd.64.mk,v 1.15 2026/01/18 10:54:48 mrg Exp $
22
33.if !empty(MACHINE_ARCH :M* eb)
44LD+ = -m elf64btsmip
@@ -22,6 +22,7 @@ CPUFLAGS+= -mabi=64
2222LDADD+ = -mabi=64
2323LDFLAGS+ = -mabi=64
2424MKDEPFLAGS+ = -mabi=64
25+ FFLAGS+ = -mabi=64
2526.endif
2627
2728.include "${.PARSEDIR}/../../Makefile.compat"
Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.n32.mk,v 1.2 2021/04/25 18:44:04 christos Exp $
1+ # $NetBSD: bsd.n32.mk,v 1.3 2026/01/18 10:54:48 mrg Exp $
22
33.if !empty(MACHINE_ARCH :M* eb)
44LD+ = -m elf32btsmipn32
@@ -19,6 +19,7 @@ CPUFLAGS+= -mabi=n32
1919LDADD+ = -mabi=n32
2020LDFLAGS+ = -mabi=n32
2121MKDEPFLAGS+ = -mabi=n32
22+ FFLAGS+ = -mabi=n32
2223.endif
2324
2425.include "${.PARSEDIR}/../../Makefile.compat"
Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.o32.mk,v 1.17 2025/05/06 10:14:36 nia Exp $
1+ # $NetBSD: bsd.o32.mk,v 1.18 2026/01/18 10:54:48 mrg Exp $
22
33.if !empty(MACHINE_ARCH :M* eb)
44LD+ = -m elf32btsmip
@@ -19,6 +19,7 @@ CPUFLAGS+= -mabi=32 -march=mips3
1919LDADD+ = -mabi=32 -march=mips3
2020LDFLAGS+ = -mabi=32 -march=mips3
2121MKDEPFLAGS+ = -mabi=32 -march=mips3
22+ FFLAGS+ = -mabi=32 -march=mips3
2223.endif
2324
2425# sync with MKRELRO in bsd.own.mk
Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.rv32.mk,v 1.3 2019/04 /18 10:07:07 mrg Exp $
1+ # $NetBSD: bsd.rv32.mk,v 1.4 2026/01 /18 10:54:49 mrg Exp $
22
33# Keep this out of the .ifndef section, otherwise bsd.own.mk overrides this
44.if empty(LD :M-m)
@@ -29,6 +29,7 @@ CPUFLAGS+= ${_RV32_OPTS}
2929LDADD+ = ${_RV32_OPTS}
3030LDFLAGS+ = ${_RV32_OPTS}
3131MKDEPFLAGS+ = ${_RV32_OPTS}
32+ FFLAGS+ = ${_RV32_OPTS}
3233.endif
3334
3435.include "../../Makefile.compat"
You can’t perform that action at this time.
0 commit comments