mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Use ...-freebsd13.0 in -target strings.
Reported by: Mark Millard
This commit is contained in:
parent
509111af21
commit
23d772ee4e
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
|
|||
.if ${WANT_COMPILER_TYPE} == gcc || \
|
||||
(defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc)
|
||||
.else
|
||||
LIB32CPUFLAGS+= -target x86_64-unknown-freebsd12.0
|
||||
LIB32CPUFLAGS+= -target x86_64-unknown-freebsd13.0
|
||||
.endif
|
||||
LIB32CPUFLAGS+= -m32
|
||||
LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
|
||||
|
|
@ -49,9 +49,9 @@ LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
|
|||
.endif
|
||||
.else
|
||||
.if ${TARGET_ARCH:Mmips64el*} != ""
|
||||
LIB32CPUFLAGS= -target mipsel-unknown-freebsd12.0
|
||||
LIB32CPUFLAGS= -target mipsel-unknown-freebsd13.0
|
||||
.else
|
||||
LIB32CPUFLAGS= -target mips-unknown-freebsd12.0
|
||||
LIB32CPUFLAGS= -target mips-unknown-freebsd13.0
|
||||
.endif
|
||||
.endif
|
||||
LIB32CPUFLAGS+= -mabi=32
|
||||
|
|
|
|||
Loading…
Reference in a new issue