From e35b30c7774cff1c5f57f92daec1abee798d2c48 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Tue, 18 Jan 2005 23:50:28 +0000 Subject: * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define. From-SVN: r93868 --- gcc/config/sh/linux.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc/config/sh/linux.h') diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 87248542f49..56c85d632b0 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -1,5 +1,6 @@ /* Definitions for SH running Linux-based GNU systems using ELF - Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 + Free Software Foundation, Inc. Contributed by Kazumoto Kojima This file is part of GCC. @@ -110,6 +111,10 @@ do { \ #define USE_LD_AS_NEEDED 1 #endif +/* Determine whether the the entire c99 runtime + is present in the runtime library. */ +#define TARGET_C99_FUNCTIONS 1 + /* Output assembler code to STREAM to call the profiler. */ #undef FUNCTION_PROFILER -- cgit v1.2.1