* config/bfin/uclinux.h: Define _GNU_SOURCE in CPLUSPLUS_CPP_SPEC.
From-SVN: r112016
This commit is contained in:
parent
2bbec6d92d
commit
792e526bbd
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-03-13 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* config/bfin/uclinux.h: Define _GNU_SOURCE in CPLUSPLUS_CPP_SPEC.
|
||||
|
||||
2006-03-13 Jeff Law <law@redhat.com>
|
||||
|
||||
* tree-vrp.c (stmt_interesting_for_vrp): Some statements with
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/* The GNU C++ standard library requires that these macros be defined. */
|
||||
#undef CPLUSPLUS_CPP_SPEC
|
||||
#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
|
||||
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC \
|
||||
"crt1%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
|
||||
|
|
Loading…
Add table
Reference in a new issue