summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/sdcc/files/sdcc-2.9.0-gcc44.patch')
-rw-r--r--dev-embedded/sdcc/files/sdcc-2.9.0-gcc44.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-embedded/sdcc/files/sdcc-2.9.0-gcc44.patch b/dev-embedded/sdcc/files/sdcc-2.9.0-gcc44.patch
deleted file mode 100644
index fb4ac7918c51..000000000000
--- a/dev-embedded/sdcc/files/sdcc-2.9.0-gcc44.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-like fix already in upstream
-
-* sim/ucsim/cmd.src/cmdlex.cc: regenerated,
- fix for parch #3038644: Fix for GCC-4.4 compile error
-
---- trunk/sdcc/sim/ucsim/cmd.src/cmdlex.cc 2010/08/04 15:21:39 5910
-+++ trunk/sdcc/sim/ucsim/cmd.src/cmdlex.cc 2010/08/04 17:17:09 5911
-@@ -85,6 +85,7 @@
- #include <errno.h>
- #include <cstdlib>
- #include <cstring>
-+#include <cstdio>
- /* end standard C++ headers. */
-
- #ifdef __cplusplus