summaryrefslogtreecommitdiffstats
path: root/package/openocd/openocd-0003-force-gnu99.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/openocd/openocd-0003-force-gnu99.patch')
-rw-r--r--package/openocd/openocd-0003-force-gnu99.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/openocd/openocd-0003-force-gnu99.patch b/package/openocd/openocd-0003-force-gnu99.patch
deleted file mode 100644
index 106d112958..0000000000
--- a/package/openocd/openocd-0003-force-gnu99.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-force gnu99
-
-Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
----
- configure.in | 1 +
- 1 file changed, 1 insertion(+)
-
-Index: b/configure.in
-===================================================================
---- a/configure.in
-+++ b/configure.in
-@@ -28,6 +28,7 @@ AC_DISABLE_SHARED
- AC_PROG_LIBTOOL
- AC_SUBST(LIBTOOL_DEPS)
-
-+CFLAGS="$CFLAGS -std=gnu99"
-
- dnl configure checks required for Jim files (these are obsolete w/ C99)
- AC_C_CONST
OpenPOWER on IntegriCloud