OSDN Git Service

Missed these two in previous commit.
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Jun 2004 03:57:35 +0000 (03:57 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Jun 2004 03:57:35 +0000 (03:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82665 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h

index 107880f..ea947a8 100644 (file)
@@ -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
index 04ddcb9..78d657c 100644 (file)
@@ -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