diff options
| author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-06 03:57:35 +0000 |
|---|---|---|
| committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-06 03:57:35 +0000 |
| commit | 08f1e0b15abb171698108d5ed9eab47a244521f0 (patch) | |
| tree | 7ed8ac099668b38da85c228e0cbd31794f145415 | |
| parent | 2039bedf90b1c770aa686f10e7ee5d98afd3df9b (diff) | |
| download | ppe42-gcc-08f1e0b15abb171698108d5ed9eab47a244521f0.tar.gz ppe42-gcc-08f1e0b15abb171698108d5ed9eab47a244521f0.zip | |
Missed these two in previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82665 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/config/sparc/linux.h | 4 | ||||
| -rw-r--r-- | gcc/config/sparc/linux64.h | 4 |
2 files changed, 8 insertions, 0 deletions
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 |

