diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-20 19:35:28 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-20 19:35:28 -0400 |
commit | d621c38b07718bb6776c17ca38468365496107ac (patch) | |
tree | 780632e8a7eafd0151164394460fdeee57db94a7 | |
parent | 917fecc094cb02ad635c275e2c35feffcef00dc5 (diff) | |
download | gcc-d621c38b07718bb6776c17ca38468365496107ac.zip gcc-d621c38b07718bb6776c17ca38468365496107ac.tar.gz gcc-d621c38b07718bb6776c17ca38468365496107ac.tar.bz2 |
(LIB_SPEC): Link -lprof1 when profiling.
From-SVN: r5846
-rw-r--r-- | gcc/config/alpha/alpha.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 9f873f1..4fc7457 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" |