Move the 64-bit _setjmp to lib/libstand.

This commit is contained in:
Rui Paulo 2012-12-21 15:15:35 +00:00
parent 1a7c3e9097
commit a443a16906
2 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ SRCS+= uuid_equal.c uuid_is_nil.c
# _setjmp/_longjmp
.if ${MACHINE_CPUARCH} == "amd64"
.PATH: ${.CURDIR}/amd64
.PATH: ${S}/amd64
.elif ${MACHINE_ARCH} == "powerpc64"
.PATH: ${S}/powerpc
.else