Commit 2e485129 by Theodore A. Roth Committed by Denis Chertykov

* gcc/config/avr/avr.h: Set default options for C++ for avr.

From-SVN: r57134
parent 44ff054e
2002-09-10 Theodore A. Roth <troth@verinet.com>
* gcc/config/avr/avr.h: Set default options for C++ for avr.
2002-09-13 Richard Henderson <rth@redhat.com> 2002-09-13 Richard Henderson <rth@redhat.com>
* Makefile.in (toplev.o): Depend on real.h. * Makefile.in (toplev.o): Depend on real.h.
......
...@@ -2523,6 +2523,12 @@ extern int avr_case_values_threshold; ...@@ -2523,6 +2523,12 @@ extern int avr_case_values_threshold;
Do not define this macro if it does not need to do anything. */ Do not define this macro if it does not need to do anything. */
#define CC1PLUS_SPEC "%{!frtti:-fno-rtti} \
%{!fenforce-eh-specs:-fno-enforce-eh-specs} \
%{!fexceptions:-fno-exceptions}"
/* A C string constant that tells the GNU CC drvier program options to
pass to `cc1plus'. */
#define ASM_SPEC "%{mmcu=*:-mmcu=%*}" #define ASM_SPEC "%{mmcu=*:-mmcu=%*}"
/* A C string constant that tells the GNU CC driver program options to /* A C string constant that tells the GNU CC driver program options to
pass to the assembler. It can also specify how to translate pass to the assembler. It can also specify how to translate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment