diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2004-06-23 02:25:06 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2004-06-23 02:25:06 +0000 |
commit | 2e5a151084e83d504acb5056d57f67cde737335b (patch) | |
tree | 04ac000c48e7a3f52f1de66228788a671ca57674 /gcc/testsuite/gcc.dg | |
parent | 0f59171d711aaa9623e2ebc708324299662e55bd (diff) | |
download | gcc-2e5a151084e83d504acb5056d57f67cde737335b.zip gcc-2e5a151084e83d504acb5056d57f67cde737335b.tar.gz gcc-2e5a151084e83d504acb5056d57f67cde737335b.tar.bz2 |
* gcc.dg/builtins-config.h: Handle FreeBSD.
From-SVN: r83532
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/builtins-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/builtins-config.h b/gcc/testsuite/gcc.dg/builtins-config.h index af22c27..f094774 100644 --- a/gcc/testsuite/gcc.dg/builtins-config.h +++ b/gcc/testsuite/gcc.dg/builtins-config.h @@ -15,6 +15,8 @@ /* Solaris doesn't have the entire C99 runtime. */ #elif defined(__sgi) /* Irix6 doesn't have the entire C99 runtime. */ +#elif defined(__FreeBSD__) && (__FreeBSD__ < 5) +/* FreeBSD before version 5 doesn't have the entire C99 runtime. */ #else /* Newlib has the "f" variants of the math functions, but not the "l" variants. TARGET_C99_FUNCTIONS is only defined if all C99 |