* config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
From-SVN: r52296
This commit is contained in:
parent
4b27e132f1
commit
10fdbed6ec
@ -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__,
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user