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