]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 20 Oct 1993 23:34:41 +0000 (19:34 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 20 Oct 1993 23:34:41 +0000 (19:34 -0400)
From-SVN: r5845

gcc/config/alpha/alpha.h

index 48337b278bdd178a2093d34e8540b74606dba68f..9f873f1c6fe5a9f517bc041375314c641f4b5f11 100644 (file)
@@ -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.  */
This page took 0.069701 seconds and 5 git commands to generate.