* gcc.dg/builtins-config.h: Handle FreeBSD.
From-SVN: r83532
This commit is contained in:
parent
0f59171d71
commit
2e5a151084
@ -1,3 +1,7 @@
|
||||
2004-06-22 Loren James Rittle <ljrittle@acm.org>
|
||||
|
||||
* gcc.dg/builtins-config.h: Handle FreeBSD.
|
||||
|
||||
2006-06-22 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* g++.dg/opt/devirt1.C: New.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user