diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-16 02:40:18 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-16 02:40:18 +0000 |
commit | d973653c7b0033ed152e45103ac2f361d21ff5c4 (patch) | |
tree | 34822eda96716196faf73d202f6a9e3336b94066 /devel/arm-none-eabi-gcc492 | |
parent | 035ff827f4ff141be6ef9d1b735d2d4751b34d91 (diff) |
Notes
Diffstat (limited to 'devel/arm-none-eabi-gcc492')
-rw-r--r-- | devel/arm-none-eabi-gcc492/files/patch-gcc_system.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h new file mode 100644 index 000000000000..05f61aaab868 --- /dev/null +++ b/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h @@ -0,0 +1,10 @@ +--- gcc/system.h.orig 2014-01-02 22:23:26 UTC ++++ gcc/system.h +@@ -203,6 +203,7 @@ extern int errno; + + #ifdef __cplusplus + # include <cstring> ++# include <new> + #endif + + /* Some of glibc's string inlines cause warnings. Plus we'd rather |