Skip to content

Commit 57df74a

Browse files
author
Claudiu Zissulescu
committed
Merge branch 'arc-4.8.2-dev' into arc-4.8-dev
2 parents b328a37 + 7fefaea commit 57df74a

File tree

1,538 files changed

+84113
-163642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,538 files changed

+84113
-163642
lines changed

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2013-10-16 Release Manager
2+
3+
* GCC 4.8.2 released.
4+
5+
2013-09-03 Richard Biener <[email protected]>
6+
7+
* configure.ac: Also allow ISL 0.12.
8+
* configure: Regenerated.
9+
10+
2013-05-31 Release Manager
11+
12+
* GCC 4.8.1 released.
13+
14+
2013-03-30 Matthias Klose <[email protected]>
15+
16+
* Makefile.def (target_modules): Don't install libffi.
17+
* Makefile.in: Regenerate.
18+
119
2013-03-22 Release Manager
220

321
* GCC 4.8.0 released.

Makefile.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ target_modules = { module= libtermcap; no_check=true;
138138
missing=maintainer-clean; };
139139
target_modules = { module= winsup; };
140140
target_modules = { module= libgloss; no_check=true; };
141-
target_modules = { module= libffi; };
141+
target_modules = { module= libffi; no_install=true; };
142142
target_modules = { module= libjava; raw_cxx=true;
143143
extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; };
144144
target_modules = { module= zlib; };

Makefile.in

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38710,13 +38710,8 @@ maybe-install-target-libffi:
3871038710
@if target-libffi
3871138711
maybe-install-target-libffi: install-target-libffi
3871238712

38713-
install-target-libffi: installdirs
38714-
@: $(MAKE); $(unstage)
38715-
@r=`${PWD_COMMAND}`; export r; \
38716-
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
38717-
$(NORMAL_TARGET_EXPORTS) \
38718-
(cd $(TARGET_SUBDIR)/libffi && \
38719-
$(MAKE) $(TARGET_FLAGS_TO_PASS) install)
38713+
# Dummy target for uninstallable.
38714+
install-target-libffi:
3872038715

3872138716
@endif target-libffi
3872238717

@@ -38725,13 +38720,8 @@ maybe-install-strip-target-libffi:
3872538720
@if target-libffi
3872638721
maybe-install-strip-target-libffi: install-strip-target-libffi
3872738722

38728-
install-strip-target-libffi: installdirs
38729-
@: $(MAKE); $(unstage)
38730-
@r=`${PWD_COMMAND}`; export r; \
38731-
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
38732-
$(NORMAL_TARGET_EXPORTS) \
38733-
(cd $(TARGET_SUBDIR)/libffi && \
38734-
$(MAKE) $(TARGET_FLAGS_TO_PASS) install-strip)
38723+
# Dummy target for uninstallable.
38724+
install-strip-target-libffi:
3873538725

3873638726
@endif target-libffi
3873738727

boehm-gc/ChangeLog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2013-10-16 Release Manager
2+
3+
* GCC 4.8.2 released.
4+
5+
2013-09-04 Matthias Klose <[email protected]>
6+
7+
* Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS.
8+
* Makefile.in: Regenerate.
9+
10+
2013-05-31 Release Manager
11+
12+
* GCC 4.8.1 released.
13+
14+
2013-03-22 Jakub Jelinek <[email protected]>
15+
16+
PR other/43620
17+
* Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
18+
* include/Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
19+
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
20+
* Makefile.in: Regenerated.
21+
* include/Makefile.in: Regenerated.
22+
* testsuite/Makefile.in: Regenerated.
23+
124
2013-03-22 Release Manager
225

326
* GCC 4.8.0 released.

boehm-gc/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## files that should be in the distribution are not mentioned in this
55
## Makefile.am.
66

7-
AUTOMAKE_OPTIONS = foreign subdir-objects
7+
AUTOMAKE_OPTIONS = foreign subdir-objects no-dist
88
ACLOCAL_AMFLAGS = -I .. -I ../config
99

1010
SUBDIRS = include testsuite
@@ -35,7 +35,7 @@ sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
3535

3636
# Include THREADLIBS here to ensure that the correct versions of
3737
# linuxthread semaphore functions get linked:
38-
libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS)
38+
libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) $(EXTRA_TEST_LIBS)
3939
libgcjgc_la_DEPENDENCIES = $(addobjs)
4040
libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir)
4141
libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS)

0 commit comments

Comments
 (0)