Commit d621c38b by Richard Kenner

(LIB_SPEC): Link -lprof1 when profiling.

From-SVN: r5846
parent 917fecc0
...@@ -44,8 +44,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -44,8 +44,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* No point in running CPP on our assembler output. */ /* No point in running CPP on our assembler output. */
#define ASM_SPEC "-nocpp" #define ASM_SPEC "-nocpp"
/* Right now Alpha OSF/1 doesn't seem to have debugging or profiled /* Right now Alpha OSF/1 doesn't seem to have debugging libraries. */
libraries. */
#define LIB_SPEC "%{p:-lprof1} -lc" #define LIB_SPEC "%{p:-lprof1} -lc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment