Ping. I don't have write access.
The attached patch still works with current trunk source, only failing
on the ChangeLog due to submissions since then.
On Fri, Jul 3, 2015 at 9:50 PM, Michael Darling wrote:
> The addition of libstdc++fs broke an inexact and fragile method in the
> l
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
bfd/ChangeLog | 6 ++
bfd/configure | 4 ++--
bfd/configure.com | 6 +++---
3 files changed, 11 i
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
ChangeLog | 8
config-ml.in | 6 +++---
configure | 8
configure.ac | 8
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
binutils/ChangeLog | 6 ++
binutils/MAINTAINERS | 2 +-
binutils/configure | 4 ++--
3 files changed, 9 i
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
etc/ChangeLog| 6 ++
etc/Makefile.in | 2 +-
etc/configure.ac | 27 +++
etc/co
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
config/ChangeLog | 8
config/gettext.m4 | 4 ++--
config/po.m4 | 4 ++--
config/stdint.m4 | 2 +-
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
gas/ChangeLog | 5 +
gas/configure | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
0001-6-14-Com
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
gdb/ChangeLog | 7 +++
gdb/acinclude.m4 | 2 +-
gdb/config/djgpp/fnchange.
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
gprof/ChangeLog | 5 +
gprof/configure | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
0001
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
intl/ChangeLog | 5 +
intl/configure | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
0001-
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
gold/ChangeLog | 5 +
gold/configure | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
0001-8-14-Com
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
ld/ChangeLog | 5 +
ld/configure | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
0001-11-14-Comple
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
opcodes/ChangeLog | 5 +
opcodes/configure | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
0001-
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
readline/ChangeLog.gdb | 10 +
readline/INSTALL| 6 +-
re
to
binutils-gdb configure.in files to configure.ac, which is what ultimately
fixes combined builds.
See PR binutils-gdb/binutils/18450 and gcc/other/66259.
Signed-off by: Michael Darling
---
sim/ChangeLog | 5 +
sim/configure | 2 +-
sim/testsuite/ChangeLog | 6 ++
> Since all configure files are generated from them, this patch must be
> checked in first.
> But some of them are imported and some imported packages still use
> configure.in,
> not configure.ac.
>
> What is the real value of changing "configure.in" in comments/messages to
> "configure.ac" when b
Perhaps the best solution is both sets of patches.
Yours to modify the build system so it can work with either extension,
old versions, and other imported packages.
Mine to complete binutils-gdb and gcc moving from configure.in to .ac
extension. There have been several commits spread out across
9 and binutils-gdb/binutils/18450.
Index: ChangeLog
===
--- ChangeLog (revision 223630)
+++ ChangeLog (working copy)
@@ -1,3 +1,10 @@
+2015-05-24 Michael Darling
+
+ PR other/66259
+ * config-ml.in: Reflects renaming of configure.
/ChangeLog
===
--- libstdc++-v3/ChangeLog(revision 225409)
+++ libstdc++-v3/ChangeLog(working copy)
@@ -1,3 +1,9 @@
+2015-07-03 Michael Darling
+
+* python/Makefile.am: python script name based off libstdc++.* rather
+than libstdc++*, to avoid being mis-named after libstdc++fs.
+
r270581 (git 70f448fa) changed BASE-VER to 10.0.0. But, gnat still
uses so version 9.
GCC assignment papers on file. I don't have write access.
2019-04-29 Michael K. Darling
* gnatvsn.ads: Bump Library_Version to 10.
Index: gcc/ada/gnatvsn.ads
=
20 matches
Mail list logo