aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/gnu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index ca01142..f565f29 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -14,8 +14,11 @@
#define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
-/* We have atexit). */
+/* We have atexit. */
#define HAVE_ATEXIT
/* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
+
+/* The system headers under GNU are C++-aware. */
+#define NO_IMPLICIT_EXTERN_C