diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-20 19:34:41 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-20 19:34:41 -0400 |
commit | 917fecc094cb02ad635c275e2c35feffcef00dc5 (patch) | |
tree | 80d31b125357c515978d6672629edb3cc0e8e256 /gcc/config/alpha | |
parent | 76aaaae2a486d0da5251936f439a75879a626f92 (diff) | |
download | gcc-917fecc094cb02ad635c275e2c35feffcef00dc5.zip gcc-917fecc094cb02ad635c275e2c35feffcef00dc5.tar.gz gcc-917fecc094cb02ad635c275e2c35feffcef00dc5.tar.bz2 |
*** empty log message ***
From-SVN: r5845
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 48337b2..9f873f1 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Right now Alpha OSF/1 doesn't seem to have debugging or profiled libraries. */ -#define LIB_SPEC "-lc" +#define LIB_SPEC "%{p:-lprof1} -lc" /* Pass "-G 8" to ld because Alpha's CC does. Pass -O3 if we are optimizing, -O1 if we are not. Pass -non_shared or -call_shared as appropriate. */ |