Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2013-03-30 Matthias Klose <doko@ubuntu.com>
        * Makefile.def (target_modules): Don't install libffi.
        * Makefile.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@197265 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
doko committed Mar 30, 2013
1 parent 66eed97 commit dfb49ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2013-03-30 Matthias Klose <doko@ubuntu.com>

* Makefile.def (target_modules): Don't install libffi.
* Makefile.in: Regenerate.

2013-03-22 Release Manager

* GCC 4.8.0 released.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.def
Expand Up @@ -138,7 +138,7 @@ target_modules = { module= libtermcap; no_check=true;
missing=maintainer-clean; };
target_modules = { module= winsup; };
target_modules = { module= libgloss; no_check=true; };
target_modules = { module= libffi; };
target_modules = { module= libffi; no_install=true; };
target_modules = { module= libjava; raw_cxx=true;
extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; };
target_modules = { module= zlib; };
Expand Down
18 changes: 4 additions & 14 deletions Makefile.in
Expand Up @@ -38710,13 +38710,8 @@ maybe-install-target-libffi:
@if target-libffi
maybe-install-target-libffi: install-target-libffi

install-target-libffi: installdirs
@: $(MAKE); $(unstage)
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(NORMAL_TARGET_EXPORTS) \
(cd $(TARGET_SUBDIR)/libffi && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) install)
# Dummy target for uninstallable.
install-target-libffi:

@endif target-libffi

Expand All @@ -38725,13 +38720,8 @@ maybe-install-strip-target-libffi:
@if target-libffi
maybe-install-strip-target-libffi: install-strip-target-libffi

install-strip-target-libffi: installdirs
@: $(MAKE); $(unstage)
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(NORMAL_TARGET_EXPORTS) \
(cd $(TARGET_SUBDIR)/libffi && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) install-strip)
# Dummy target for uninstallable.
install-strip-target-libffi:

@endif target-libffi

Expand Down

0 comments on commit dfb49ff

Please sign in to comment.