Stop using -fdebug-prefix-map to map the object directory.
We were doing so as a workaround for the problem addressed by r345593, so it's no longer necessary. Reviewed by: jhb Discussed with: emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D19705
This commit is contained in:
parent
1fc6236006
commit
963ae7a63e
@ -368,11 +368,6 @@ CFLAGS+= -fdebug-prefix-map=./${_link}=${SYSDIR}/${_link}/include
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
.if defined(_MAP_DEBUG_PREFIX)
|
||||
# Ensure that DWARF info contains a full path for auto-generated headers.
|
||||
CFLAGS+= -fdebug-prefix-map=.=${.OBJDIR}
|
||||
.endif
|
||||
|
||||
${_ILINKS}:
|
||||
@case ${.TARGET} in \
|
||||
machine) \
|
||||
|
@ -302,11 +302,6 @@ CFLAGS+= -fdebug-prefix-map=./${_link}=${SYSDIR}/${_link}/include
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
.if defined(_MAP_DEBUG_PREFIX)
|
||||
# Ensure that DWARF info contains a full path for auto-generated headers.
|
||||
CFLAGS+= -fdebug-prefix-map=.=${.OBJDIR}
|
||||
.endif
|
||||
|
||||
.NOPATH: ${_ILINKS}
|
||||
|
||||
${_ILINKS}:
|
||||
|
Loading…
Reference in New Issue
Block a user