This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-970917 with FreeBSD



The following patch fixes it. (Stolen from the FreeBSD native gcc code.)

      _
Mats Lofkvist
mal@algonet.se



--- config/i386/freebsd.h.org   Mon Aug 11 17:57:16 1997
+++ config/i386/freebsd.h       Fri Sep 26 01:35:08 1997
@@ -56,6 +56,11 @@
 
 #define HAVE_ATEXIT
 
+/* Override the default comment-starter of "/".  */
+
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]