* config/avr/avr.h (CPLUSPLUS_CPP_SPEC): Define.

From-SVN: r217286
This commit is contained in:
Joern Rennecke 2014-11-10 13:06:22 +00:00 committed by Joern Rennecke
parent 7325afd46f
commit 27be769ce5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-11-10 Joern Rennecke <joern.rennecke@embecosm.com>
* config/avr/avr.h (CPLUSPLUS_CPP_SPEC): Define.
2014-11-10 Martin Liska <mliska@suse.cz>
* gcc.dg/tree-ssa/ldist-19.c: ICF is disabled

View File

@ -495,6 +495,10 @@ typedef struct avr_args
#define DRIVER_SELF_SPECS " %{mmcu=*:-specs=device-specs/specs-%*%s %<mmcu=*} "
#define CPP_SPEC ""
/* We want cc1plus used as a preprocessor to pick up the cpp spec from the
per-device spec files */
#define CPLUSPLUS_CPP_SPEC "%(cpp)"
#define CC1_SPEC ""
#define CC1PLUS_SPEC "%{!frtti:-fno-rtti} \