mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
MFC r294935 (kan): Make .debug file for libgcc_s.so.1 more useful.
The files compiled into libgcc_s.so.1 did not have -g on compiler command line, making generated .debug quite pointless. PR: 206381
This commit is contained in:
parent
89fcf10560
commit
ce9a388eb3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=300321
@ -186,7 +186,7 @@ COMMONHDRS= tm.h tconfig.h options.h unwind.h gthr-default.h
|
||||
HIDE = -fvisibility=hidden -DHIDE_EXPORTS
|
||||
CC_T = ${CC} -c ${CFLAGS} ${HIDE} -fPIC
|
||||
CC_P = ${CC} -c ${CFLAGS} ${HIDE} -p -fPIC
|
||||
CC_S = ${CC} -c ${CFLAGS} ${PICFLAG} -DSHARED
|
||||
CC_S = ${CC} -c ${CFLAGS} ${SHARED_CFLAGS} ${PICFLAG} -DSHARED
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user