summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/gcc/config/i386/freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h
index a369adce4fff..ab00e05d13a0 100644
--- a/contrib/gcc/config/i386/freebsd.h
+++ b/contrib/gcc/config/i386/freebsd.h
@@ -255,6 +255,10 @@ Boston, MA 02111-1307, USA. */
/************************[ Assembler stuff ]********************************/
+/* Override the default comment-starter of "/" from unix.h. */
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"