mirror of git://gcc.gnu.org/git/gcc.git
parent
0eef99c178
commit
3017c534d4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue