MFC: rev 1.13 (use libgcc_p.a when -pg is in effect)
This commit is contained in:
parent
a19de87a67
commit
4a88cacfed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/WIP_GCC31/; revision=91549
@ -50,6 +50,10 @@
|
||||
|
||||
#define STANDARD_STARTFILE_PREFIX PREFIX"/lib/"
|
||||
|
||||
/* For the native system compiler, we actually build libgcc in a profiled
|
||||
version. So we should use it with -pg. */
|
||||
#define LIBGCC_SPEC "%{!pg: -lgcc} %{pg: -lgcc_p}"
|
||||
|
||||
/* FreeBSD is 4.4BSD derived */
|
||||
#define bsd4_4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user