-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge autoconf / automake update changes from GCC.
Top level: Merge from GCC: PR bootstrap/82856 * multilib.am: New file. From automake. config: Merge from GCC: PR bootstrap/82856 * math.m4, tls.m4: Use AC_LANG_SOURCE. zlib: Merge from GCC. PR bootstrap/82856 * Makefile.am: Include multilib.am. * Makefile.in: Regenerate.
- Loading branch information
Showing
8 changed files
with
134 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2018-10-31 Joseph Myers <[email protected]> | ||
|
||
Merge from GCC: | ||
PR bootstrap/82856 | ||
* multilib.am: New file. From automake. | ||
|
||
2018-09-12 Sergio Durigan Junior <[email protected]> | ||
|
||
* src-release.sh (GDB_SUPPORT_DIRS): Add "contrib". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2018-10-31 Joseph Myers <[email protected]> | ||
|
||
Merge from GCC: | ||
PR bootstrap/82856 | ||
* math.m4, tls.m4: Use AC_LANG_SOURCE. | ||
|
||
2018-06-19 Simon Marchi <[email protected]> | ||
|
||
* override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## automake - create Makefile.in from Makefile.am | ||
|
||
## Copyright (C) 1994-2017 Free Software Foundation, Inc. | ||
## This Makefile.in is free software; the Free Software Foundation | ||
## gives unlimited permission to copy and/or distribute it, | ||
## with or without modifications, as long as this notice is preserved. | ||
|
||
## This program is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
## GNU General Public License for more details. | ||
|
||
MULTISRCTOP = | ||
MULTIBUILDTOP = | ||
MULTIDIRS = | ||
MULTISUBDIR = | ||
MULTIDO = true | ||
MULTICLEAN = true | ||
|
||
# GNU Make needs to see an explicit $(MAKE) variable in the command it | ||
# runs to enable its job server during parallel builds. Hence the | ||
# comments below. | ||
all-multi: | ||
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) | ||
install-multi: | ||
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) | ||
mostlyclean-multi: | ||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) | ||
clean-multi: | ||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) | ||
distclean-multi: | ||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) | ||
maintainer-clean-multi: | ||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) | ||
|
||
.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \ | ||
install-multi maintainer-clean-multi mostlyclean-multi | ||
|
||
install-exec-local: install-multi | ||
|
||
all-local: all-multi | ||
mostlyclean-local: mostlyclean-multi | ||
clean-local: clean-multi | ||
distclean-local: distclean-multi | ||
maintainer-clean-local: maintainer-clean-multi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2018-10-31 Joseph Myers <[email protected]> | ||
|
||
Merge from GCC. | ||
PR bootstrap/82856 | ||
* Makefile.am: Include multilib.am. | ||
* Makefile.in: Regenerate. | ||
|
||
2018-06-21 Alan Modra <[email protected]> | ||
|
||
* Makefile.in: Regenerate. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters