From: David S. Miller Date: Sun, 6 Jun 2004 03:57:35 +0000 (-0700) Subject: Missed these two in previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3017c534d4b25924660d70fb34030691caebde59;p=gcc.git Missed these two in previous commit. From-SVN: r82665 --- 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