]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blame - gcc-build-libvtv.patch
- updated to 6.4.0
[packages/crossmingw32-gcc.git] / gcc-build-libvtv.patch
CommitLineData
da54ab64
JB
1--- gcc-6.4.0/libvtv/Makefile.am.orig 2016-05-02 20:12:21.855998000 +0200
2+++ gcc-6.4.0/libvtv/Makefile.am 2018-07-27 21:11:59.794464041 +0200
3@@ -38,12 +38,10 @@
4 AM_CXXFLAGS += $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
5 AM_CXXFLAGS += -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end
6
7-if ENABLE_VTABLE_VERIFY
8 toolexeclib_LTLIBRARIES = libvtv.la
9 if VTV_CYGMIN
10 toolexeclib_LTLIBRARIES += libvtv_stubs.la
11 endif
12-endif
13
14 vtv_headers = \
15 vtv_map.h \
16--- gcc-6.4.0/config/override.m4.orig 2018-07-27 21:32:13.571116850 +0200
17+++ gcc-6.4.0/config/override.m4 2018-07-27 21:52:06.134436565 +0200
18@@ -37,9 +37,7 @@
19 dnl without rewriting this file.
20 dnl Or for updating the whole tree at once with the definition above.
21 AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
22-[m4_if(m4_defn([_GCC_AUTOCONF_VERSION]),
23- m4_defn([m4_PACKAGE_VERSION]), [],
24- [m4_fatal([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of ]m4_defn([m4_PACKAGE_VERSION])[.])])
25+[
26 ])
27 m4_define([AC_INIT], m4_defn([AC_INIT])[
28 _GCC_AUTOCONF_VERSION_CHECK
This page took 0.034004 seconds and 4 git commands to generate.