]> gcc.gnu.org Git - gcc.git/commitdiff
(LIB_SPEC): Link -lprof1 when profiling.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 20 Oct 1993 23:35:28 +0000 (19:35 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 20 Oct 1993 23:35:28 +0000 (19:35 -0400)
From-SVN: r5846

gcc/config/alpha/alpha.h

index 9f873f1c6fe5a9f517bc041375314c641f4b5f11..4fc74575e5b0c97ba4008f635bbe7d00647772a7 100644 (file)
@@ -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"
 
This page took 0.063367 seconds and 5 git commands to generate.