Use MACHINE_ARCH instead of ARCH
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# rts sources
|
||||
.PATH: ${.CURDIR}/arch/${ARCH}/sys-minix
|
||||
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/sys-minix
|
||||
|
||||
SRCS+= \
|
||||
__sigreturn.S \
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
LIB= compat_minix
|
||||
CPPFLAGS+= -D_MINIX_COMPAT
|
||||
MACHINE_ARCH= ${ARCH}
|
||||
USE_SHLIBDIR= yes
|
||||
|
||||
.PATH: ${.CURDIR}
|
||||
|
||||
Reference in New Issue
Block a user