Missed these two in previous commit.
authorDavid S. Miller <davem@gcc.gnu.org>
Sun, 6 Jun 2004 03:57:35 +0000 (20:57 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Sun, 6 Jun 2004 03:57:35 +0000 (20:57 -0700)
From-SVN: r82665

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

index 107880f401d0e6ecdcdddec3e88b16c153571ee7..ea947a811edafcfbd510052f1db24d24425028f4 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 04ddcb95d179b08a8f8a95b6b59aa5d0069239b3..78d657c27ecd74c3846fbb735226ae91d051bee2 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