From d621c38b07718bb6776c17ca38468365496107ac Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 20 Oct 1993 19:35:28 -0400 Subject: [PATCH] (LIB_SPEC): Link -lprof1 when profiling. From-SVN: r5846 --- gcc/config/alpha/alpha.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 9f873f1c6fe..4fc74575e5b 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -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" -- 2.30.2