diff options
author | David S. Miller <davem@gcc.gnu.org> | 2004-06-05 20:57:35 -0700 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2004-06-05 20:57:35 -0700 |
commit | 3017c534d4b25924660d70fb34030691caebde59 (patch) | |
tree | 7ed8ac099668b38da85c228e0cbd31794f145415 /gcc/config/sparc/linux.h | |
parent | 0eef99c1781d3230490d6a6f3c67dc662304f9d5 (diff) | |
download | gcc-3017c534d4b25924660d70fb34030691caebde59.zip gcc-3017c534d4b25924660d70fb34030691caebde59.tar.gz gcc-3017c534d4b25924660d70fb34030691caebde59.tar.bz2 |
Missed these two in previous commit.
From-SVN: r82665
Diffstat (limited to 'gcc/config/sparc/linux.h')
-rw-r--r-- | gcc/config/sparc/linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 107880f..ea947a8 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 |