mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 08:30:35 +08:00
* config/avr/avr.h (CPLUSPLUS_CPP_SPEC): Define.
From-SVN: r217286
This commit is contained in:
parent
7325afd46f
commit
27be769ce5
@ -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
|
||||
|
@ -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} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user