View | Details | Raw Unified | Return to bug 212804
Collapse All | Expand All

(-)devel/arm-none-eabi-gcc492/files/patch-gcc_system.h (+10 lines)
Line 0 Link Here
1
--- gcc/system.h.orig	2014-01-02 22:23:26 UTC
2
+++ gcc/system.h
3
@@ -203,6 +203,7 @@ extern int errno;
4
 
5
 #ifdef __cplusplus
6
 # include <cstring>
7
+# include <new>
8
 #endif
9
 
10
 /* Some of glibc's string inlines cause warnings.  Plus we'd rather

Return to bug 212804