mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-01 06:05:29 +08:00
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
This commit is contained in:
parent
de38635b45
commit
49fa066178
@ -1,3 +1,8 @@
|
||||
2003-09-02 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
|
||||
* config/sparc/sol2.h: Not here.
|
||||
|
||||
2003-09-02 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* expr.c (expand_expr): The code following both_summands performs
|
||||
|
@ -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
|
||||
|
@ -135,6 +135,3 @@ Boston, MA 02111-1307, USA. */
|
||||
sparc_override_options will disable V8+ if not generating V9 code. */
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_V8PLUS + MASK_FPU + MASK_LONG_DOUBLE_128)
|
||||
|
||||
/* The system headers under Solaris (at least 2.5.1 and up) are C++-aware. */
|
||||
#define NO_IMPLICIT_EXTERN_C
|
||||
|
Loading…
Reference in New Issue
Block a user