(LIB_SPEC): Link -lprof1 when profiling.

From-SVN: r5846
This commit is contained in:
Richard Kenner 1993-10-20 19:35:28 -04:00
parent 917fecc094
commit d621c38b07
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* No point in running CPP on our assembler output. */
#define ASM_SPEC "-nocpp"
/* Right now Alpha OSF/1 doesn't seem to have debugging or profiled
libraries. */
/* Right now Alpha OSF/1 doesn't seem to have debugging libraries. */
#define LIB_SPEC "%{p:-lprof1} -lc"