This commit: commit e7c26e04 (tjteru/master) Date: Wed Jan 22 14:54:26 2020 +0000 gcc: Add new configure options to allow static libraries to be selected contains a couple of issues. First I failed to correctly regenerate all of the configure files it should have done. Second, there was a mistake in lib-link.m4, one of the conditions didn't use pure sh syntax, I wrote this: if x$lib_type = xauto || x$lib_type = xshared; then When I should have written this: if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then These issues were raised on the mailing list in these messages: https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01827.html https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01921.html config/ChangeLog: * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Update shell syntax. gcc/ChangeLog: * configure: Regenerate. intl/ChangeLog: * configure: Regenerate. libcpp/ChangeLog: * configure: Regenerate. libstdc++-v3/ChangeLog: * configure: Regenerate.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ChangeLog | Loading commit data... | |
| Makefile.in | Loading commit data... | |
| README | Loading commit data... | |
| VERSION | Loading commit data... | |
| aclocal.m4 | Loading commit data... | |
| bindtextdom.c | Loading commit data... | |
| config.h.in | Loading commit data... | |
| config.intl.in | Loading commit data... | |
| configure | Loading commit data... | |
| configure.ac | Loading commit data... | |
| dcgettext.c | Loading commit data... | |
| dcigettext.c | Loading commit data... | |
| dcngettext.c | Loading commit data... | |
| dgettext.c | Loading commit data... | |
| dngettext.c | Loading commit data... | |
| eval-plural.h | Loading commit data... | |
| explodename.c | Loading commit data... | |
| finddomain.c | Loading commit data... | |
| gettext.c | Loading commit data... | |
| gettextP.h | Loading commit data... | |
| gmo.h | Loading commit data... | |
| hash-string.h | Loading commit data... | |
| intl-compat.c | Loading commit data... | |
| l10nflist.c | Loading commit data... | |
| libgnuintl.h | Loading commit data... | |
| loadinfo.h | Loading commit data... | |
| loadmsgcat.c | Loading commit data... | |
| localcharset.c | Loading commit data... | |
| localcharset.h | Loading commit data... | |
| locale.alias | Loading commit data... | |
| localealias.c | Loading commit data... | |
| localename.c | Loading commit data... | |
| log.c | Loading commit data... | |
| ngettext.c | Loading commit data... | |
| osdep.c | Loading commit data... | |
| plural-exp.c | Loading commit data... | |
| plural-exp.h | Loading commit data... | |
| plural.c | Loading commit data... | |
| plural.y | Loading commit data... | |
| relocatable.c | Loading commit data... | |
| relocatable.h | Loading commit data... | |
| textdomain.c | Loading commit data... |