From 3017c534d4b25924660d70fb34030691caebde59 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sat, 5 Jun 2004 20:57:35 -0700 Subject: [PATCH] Missed these two in previous commit. From-SVN: r82665 --- gcc/config/sparc/linux.h | 4 ++++ gcc/config/sparc/linux64.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 107880f401d..ea947a811ed 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -250,6 +250,10 @@ do { \ #define TARGET_ASM_FILE_END file_end_indicate_exec_stack +/* Determine whether the the entire c99 runtime is present in the + runtime library. */ +#define TARGET_C99_FUNCTIONS 1 + #define TARGET_HAS_F_SETLKW #undef LINK_GCC_C_SEQUENCE_SPEC diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 04ddcb95d17..78d657c27ec 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -351,6 +351,10 @@ do { \ #define TARGET_ASM_FILE_END file_end_indicate_exec_stack +/* Determine whether the the entire c99 runtime is present in the + runtime library. */ +#define TARGET_C99_FUNCTIONS 1 + #define TARGET_HAS_F_SETLKW #undef LINK_GCC_C_SEQUENCE_SPEC -- 2.30.2