Commit c5350a6d by Roland McGrath

(NO_IMPLICIT_EXTERN_C): Define it.

From-SVN: r8614
parent f27719d5
...@@ -14,8 +14,11 @@ ...@@ -14,8 +14,11 @@
#define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" #define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
/* We have atexit). */ /* We have atexit. */
#define HAVE_ATEXIT #define HAVE_ATEXIT
/* Implicit library calls should use memcpy, not bcopy, etc. */ /* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS #define TARGET_MEM_FUNCTIONS
/* The system headers under GNU are C++-aware. */
#define NO_IMPLICIT_EXTERN_C
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment