diff options
Diffstat (limited to 'devel/avr-gcc-3/files/patch-no-c++-excepts')
-rw-r--r-- | devel/avr-gcc-3/files/patch-no-c++-excepts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/avr-gcc-3/files/patch-no-c++-excepts b/devel/avr-gcc-3/files/patch-no-c++-excepts deleted file mode 100644 index d738b8228f20..000000000000 --- a/devel/avr-gcc-3/files/patch-no-c++-excepts +++ /dev/null @@ -1,20 +0,0 @@ -Index: gcc/config/avr/avr.h -=================================================================== -RCS file: /cvsroot/gcc/gcc/gcc/config/avr/avr.h,v -retrieving revision 1.66 -diff -u -r1.66 avr.h ---- gcc/config/avr/avr.h 11 Aug 2002 18:48:50 -0000 1.66 -+++ gcc/config/avr/avr.h 28 Aug 2002 21:12:06 -0000 -@@ -2523,6 +2523,12 @@ - - 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=%*}" - /* A C string constant that tells the GNU CC driver program options to - pass to the assembler. It can also specify how to translate |