]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-install-libffi.patch
- release 2, oneline fix for sigsegv in libgomp
[packages/gcc.git] / gcc-install-libffi.patch
1 Index: Makefile.in
2 ===================================================================
3 --- Makefile.in (.../tags/gcc_4_8_0_release)    (revision 199208)
4 +++ Makefile.in (.../branches/gcc-4_8-branch)   (revision 199208)
5 @@ -38710,8 +38710,13 @@
6  @if target-libffi
7  maybe-install-target-libffi: install-target-libffi
8  
9 -# Dummy target for uninstallable.
10 -install-target-libffi:
11 +install-target-libffi: installdirs
12 +       @: $(MAKE); $(unstage)
13 +       @r=`${PWD_COMMAND}`; export r; \
14 +       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
15 +       $(NORMAL_TARGET_EXPORTS) \
16 +       (cd $(TARGET_SUBDIR)/libffi && \
17 +         $(MAKE) $(TARGET_FLAGS_TO_PASS)  install)
18  
19  @endif target-libffi
20  
21 @@ -38725,8 +38720,13 @@
22  @if target-libffi
23  maybe-install-strip-target-libffi: install-strip-target-libffi
24  
25 -# Dummy target for uninstallable.
26 -install-strip-target-libffi:
27 +install-strip-target-libffi: installdirs
28 +       @: $(MAKE); $(unstage)
29 +       @r=`${PWD_COMMAND}`; export r; \
30 +       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
31 +       $(NORMAL_TARGET_EXPORTS) \
32 +       (cd $(TARGET_SUBDIR)/libffi && \
33 +         $(MAKE) $(TARGET_FLAGS_TO_PASS)  install-strip)
34  
35  @endif target-libffi
36  
37 Index: Makefile.def
38 ===================================================================
39 --- Makefile.def        (.../tags/gcc_4_8_0_release)    (revision 199208)
40 +++ Makefile.def        (.../branches/gcc-4_8-branch)   (revision 199208)
41 @@ -138,7 +138,7 @@
42                     missing=maintainer-clean; };
43  target_modules = { module= winsup; };
44  target_modules = { module= libgloss; no_check=true; };
45 -target_modules = { module= libffi; no_install=true; };
46 +target_modules = { module= libffi; };
47  target_modules = { module= libjava; raw_cxx=true;
48                     extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; };
49  target_modules = { module= zlib; };
This page took 0.046388 seconds and 3 git commands to generate.