# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../gcc/no_internal_libffi.patch # Copyright (C) 2010 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- diff -Nur gcc-4.5.0-orig/libffi/Makefile.in gcc-4.5.0/libffi/Makefile.in --- gcc-4.5.0-orig/libffi/Makefile.in 2010-04-26 11:11:18.902900680 +0000 +++ gcc-4.5.0/libffi/Makefile.in 2010-04-27 06:36:49.622910537 +0000 @@ -382,7 +382,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ toolexecdir = @toolexecdir@ -toolexeclibdir = @toolexeclibdir@ +toolexeclibdir = @toolexeclibdir@/gcc top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ diff -Nur gcc-4.5.0-orig/libffi/man/Makefile.in gcc-4.5.0/libffi/man/Makefile.in --- gcc-4.5.0-orig/libffi/man/Makefile.in 2010-04-26 11:11:18.998900899 +0000 +++ gcc-4.5.0/libffi/man/Makefile.in 2010-04-27 12:01:08.722906504 +0000 @@ -248,7 +248,7 @@ clean-libtool: -rm -rf .libs _libs -install-man3: $(man_MANS) +#install-man3: $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)" @list=''; test -n "$(man3dir)" || exit 0; \