Skip to content

Commit

Permalink
Merge branch 'arc-4.8.2-dev' into arc-4.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiu Zissulescu committed Aug 27, 2014
2 parents b328a37 + 7fefaea commit 57df74a
Show file tree
Hide file tree
Showing 1,538 changed files with 84,113 additions and 163,642 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2013-10-16 Release Manager

* GCC 4.8.2 released.

2013-09-03 Richard Biener <rguenther@suse.de>

* configure.ac: Also allow ISL 0.12.
* configure: Regenerated.

2013-05-31 Release Manager

* GCC 4.8.1 released.

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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
23 changes: 23 additions & 0 deletions boehm-gc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2013-10-16 Release Manager

* GCC 4.8.2 released.

2013-09-04 Matthias Klose <doko@ubuntu.com>

* Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS.
* Makefile.in: Regenerate.

2013-05-31 Release Manager

* GCC 4.8.1 released.

2013-03-22 Jakub Jelinek <jakub@redhat.com>

PR other/43620
* Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
* include/Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
* Makefile.in: Regenerated.
* include/Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.

2013-03-22 Release Manager

* GCC 4.8.0 released.
Expand Down
4 changes: 2 additions & 2 deletions boehm-gc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## files that should be in the distribution are not mentioned in this
## Makefile.am.

AUTOMAKE_OPTIONS = foreign subdir-objects
AUTOMAKE_OPTIONS = foreign subdir-objects no-dist
ACLOCAL_AMFLAGS = -I .. -I ../config

SUBDIRS = include testsuite
Expand Down Expand Up @@ -35,7 +35,7 @@ sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s

# Include THREADLIBS here to ensure that the correct versions of
# linuxthread semaphore functions get linked:
libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS)
libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) $(EXTRA_TEST_LIBS)
libgcjgc_la_DEPENDENCIES = $(addobjs)
libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir)
libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS)
Expand Down
Loading

0 comments on commit 57df74a

Please sign in to comment.