From: Richard Kenner Date: Wed, 20 Oct 1993 23:34:41 +0000 (-0400) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=917fecc094cb02ad635c275e2c35feffcef00dc5;p=gcc.git *** empty log message *** From-SVN: r5845 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 48337b278bd..9f873f1c6fe 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. */