Use a relative symlink for proper --sysroot support.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
26816d3384
commit
1766eeafce
@ -187,7 +187,7 @@ RT_HEADERS= cxxabi.h\
|
||||
|
||||
.for hdr in ${STD_HEADERS}
|
||||
STD+= ${HDRDIR}/${hdr}
|
||||
INCSLINKS+= ${CXXINCLUDEDIR}/${hdr} ${CXXINCLUDEDIR}/tr1/${hdr}
|
||||
INCSLINKS+= ../${hdr} ${CXXINCLUDEDIR}/tr1/${hdr}
|
||||
.endfor
|
||||
.for hdr in ${RT_HEADERS}
|
||||
STD+= ${_LIBCXXRTDIR}/${hdr}
|
||||
|
Loading…
x
Reference in New Issue
Block a user