* config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.

From-SVN: r52296
This commit is contained in:
Jeroen Dobbelaere 2002-04-14 14:27:33 +00:00 committed by Jason Merrill
parent 4b27e132f1
commit 10fdbed6ec
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-14 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
* config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
2002-04-13 Mark Mitchell <mark@codesourcery.com>
* config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,

View File

@ -42,6 +42,10 @@ Boston, MA 02111-1307, USA. */
#define CPP_APCS_PC_DEFAULT_SPEC "-D__APCS_32__"
/* The GNU C++ standard library requires that these macros be defined. */
#undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
/* Now we define the strings used to build the spec file. */
#define LIB_SPEC \
"%{shared: -lc} \