summaryrefslogtreecommitdiffstats
path: root/PATCHES/mingw-tools-widl-realloc.patch
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2019-05-30 14:53:28 (GMT)
committerJoerg Koenig <Joerg.Koenig@techsat.com>2019-05-30 14:53:28 (GMT)
commitfb4009e29d14b8ad1b3945225451dc964e248660 (patch)
treedfbfa106f07e305f27f2bc7487cfc6b22e1ef9a8 /PATCHES/mingw-tools-widl-realloc.patch
parentc75756608d1d3fe2158da5b549fd63ba96ec1c36 (diff)
downloadgcc-compiler-suite-fb4009e29d14b8ad1b3945225451dc964e248660.zip
gcc-compiler-suite-fb4009e29d14b8ad1b3945225451dc964e248660.tar.gz
gcc-compiler-suite-fb4009e29d14b8ad1b3945225451dc964e248660.tar.bz2
New version 1.3.0refs/changes/89/7689/1
windows nativ: - using posix thread model - with dwarf2 - added mingw tools Resolves: :jira:<issue> See also: :jira:<issue> Change-Id: I198fe988f0945db58f65be47dbb87cb9d00c2992
Diffstat (limited to 'PATCHES/mingw-tools-widl-realloc.patch')
-rw-r--r--PATCHES/mingw-tools-widl-realloc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/PATCHES/mingw-tools-widl-realloc.patch b/PATCHES/mingw-tools-widl-realloc.patch
new file mode 100644
index 0000000..9bbc038
--- /dev/null
+++ b/PATCHES/mingw-tools-widl-realloc.patch
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2019-05-29 13:55:23.831832920 +0200
++++ configure.ac 2019-05-29 13:55:35.659368564 +0200
+@@ -48,7 +48,7 @@
+ # Checks for library functions.
+ AC_FUNC_ERROR_AT_LINE
+ AC_FUNC_MALLOC
+-AC_FUNC_REALLOC
++#AC_FUNC_REALLOC
+ AC_FUNC_STRTOD
+ AC_CHECK_FUNCS([atexit gettimeofday getopt_long_only memmove memset mkstemps strcasecmp strchr strdup strerror strncasecmp strrchr strtol strtoul strtoull])
+