diff options
author | Richard Henderson <rth@redhat.com> | 2003-02-11 14:15:20 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-02-11 14:15:20 -0800 |
commit | 09b568fcb34d413a2a6df2b5a6d3b430f904e9f6 (patch) | |
tree | f77643ce70ea56ac7767103f990d9fb39af9b91d /gcc/config/alpha/linux.h | |
parent | a0777b62051639a0f622de31ccc1e76898f9fc49 (diff) | |
download | gcc-09b568fcb34d413a2a6df2b5a6d3b430f904e9f6.zip gcc-09b568fcb34d413a2a6df2b5a6d3b430f904e9f6.tar.gz gcc-09b568fcb34d413a2a6df2b5a6d3b430f904e9f6.tar.bz2 |
* config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
From-SVN: r62736
Diffstat (limited to 'gcc/config/alpha/linux.h')
-rw-r--r-- | gcc/config/alpha/linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 28ff320..afef90c 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -59,6 +59,12 @@ Boston, MA 02111-1307, USA. */ /* Define this so that all GNU/Linux targets handle the same pragmas. */ #define HANDLE_PRAGMA_PACK_PUSH_POP +/* Determine whether the the entire c99 runtime is present in the + runtime library. */ +#ifndef USE_GNULIBC_1 +#define TARGET_C99_FUNCTIONS 1 +#endif + /* Do code reading to identify a signal frame, and set the frame state data appropriately. See unwind-dw2.c for the structs. */ |