view src/msvc-libffi-1.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents 1a25ea16434b
children
line wrap: on
line source

diff -ur libffi-3.0.11-orig/configure libffi-3.0.11/configure
--- libffi-3.0.11-orig/configure	2012-04-11 23:13:17 -0400
+++ libffi-3.0.11/configure	2013-07-12 11:13:45 -0400
@@ -14572,7 +14572,7 @@
     toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
     toolexeclibdir='$(libdir)'
   fi
-  multi_os_directory=`$CC -print-multi-os-directory`
+  #multi_os_directory=`$CC -print-multi-os-directory`
   case $multi_os_directory in
     .) ;; # Avoid trailing /.
     *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;