mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
sparc64 grew _setjmp/_longjmp.
This commit is contained in:
parent
ae9b2dab02
commit
5447d21d05
1 changed files with 0 additions and 2 deletions
|
|
@ -106,11 +106,9 @@ SRCS+= __udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S
|
|||
CFLAGS+= -ffreestanding
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "sparc64"
|
||||
# _setjmp/_longjmp
|
||||
.PATH: ${.CURDIR}/${MACHINE_ARCH}
|
||||
SRCS+= _setjmp.S
|
||||
.endif
|
||||
|
||||
# decompression functionality from libbz2
|
||||
.PATH: ${.CURDIR}/../../contrib/bzip2
|
||||
|
|
|
|||
Loading…
Reference in a new issue