From d973653c7b0033ed152e45103ac2f361d21ff5c4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 16 Apr 2017 02:40:18 +0000 Subject: Copy files/patch-gcc_system.h over from lang/gcc49 to fix the build with libc++ 3.9.0. PR: 212804 Submitted by: dim Approved by: ian (maintainer) --- devel/arm-none-eabi-gcc492/files/patch-gcc_system.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/arm-none-eabi-gcc492/files/patch-gcc_system.h (limited to 'devel/arm-none-eabi-gcc492') 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 ++# include + #endif + + /* Some of glibc's string inlines cause warnings. Plus we'd rather -- cgit v1.2.3