aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu-user.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-04-28 17:49:49 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-04-28 17:49:49 +0100
commit6c0170eaf1ccd0a29f2f2b95320155716743af88 (patch)
tree696d5fb68e24baa2d4e19ce9830e278e9cda8808 /gcc/config/gnu-user.h
parentfddf9ee7986cc4a2fbd6ac5f8c4507a345a50e5e (diff)
downloadgcc-6c0170eaf1ccd0a29f2f2b95320155716743af88.zip
gcc-6c0170eaf1ccd0a29f2f2b95320155716743af88.tar.gz
gcc-6c0170eaf1ccd0a29f2f2b95320155716743af88.tar.bz2
* config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
*-*-kopensolaris*-gnu): Don't define SINGLE_LIBC. (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu, x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use linux*.h headers. * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define. * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use REG_NAME. * config/i386/linux.h (REG_NAME): Don't define. * config/i386/linux64.h (REG_NAME): Don't define. * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Undefine before defining. From-SVN: r173119
Diffstat (limited to 'gcc/config/gnu-user.h')
-rw-r--r--gcc/config/gnu-user.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/gnu-user.h b/gcc/config/gnu-user.h
index 1c4e71d..cb45749 100644
--- a/gcc/config/gnu-user.h
+++ b/gcc/config/gnu-user.h
@@ -95,3 +95,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#endif
#define TARGET_POSIX_IO
+
+#define TARGET_C99_FUNCTIONS 1
+#define TARGET_HAS_SINCOS 1