libc/${MACHINE_ARCH} include directory is required by Alpha,
add it to CFLAGS.
This commit is contained in:
parent
b3670b9cd0
commit
3867e1fd68
@ -11,7 +11,7 @@ LIB=c_r
|
||||
SHLIB_MAJOR= 5
|
||||
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
|
||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
|
||||
-I${.CURDIR}/../../include
|
||||
-I${.CURDIR}/../../include -I${.CURDIR}/../libc/${MACHINE_ARCH}
|
||||
|
||||
# Uncomment this if you want libc_r to contain debug information for
|
||||
# thread locking.
|
||||
|
Loading…
Reference in New Issue
Block a user