From 49fa066178b3a5956bb9a05bfab59b90aa95d99d Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 2 Sep 2003 21:53:08 -0400 Subject: sol2.h (NO_IMPLICIT_EXTERN_C): Define here. * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here. * config/sparc/sol2.h: Not here. From-SVN: r71017 --- gcc/config/sol2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/sol2.h') diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index a532d3e75d9..79c54b58f00 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -76,6 +76,9 @@ Boston, MA 02111-1307, USA. */ TARGET_SUB_OS_CPP_BUILTINS(); \ } while (0) +/* The system headers under Solaris (at least 2.5.1 and up) are C++-aware. */ +#define NO_IMPLICIT_EXTERN_C + /* The sun bundled assembler doesn't accept -Yd, (and neither does gas). It's safe to pass -s always, even if -g is not used. */ #undef ASM_SPEC -- cgit v1.2.1