diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2019-04-24 02:04:04 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-04-24 02:04:04 +0000 |
commit | 9bedfe1899e6f29cb51a1bad06bab7d3082fe251 (patch) | |
tree | 964c193191e124b66ce1520beb4ce0c5eac618e1 /libphobos/ChangeLog | |
parent | 0c1eb9639d942e66ac61fd09ad371bfd33facac0 (diff) | |
download | gcc-9bedfe1899e6f29cb51a1bad06bab7d3082fe251.zip gcc-9bedfe1899e6f29cb51a1bad06bab7d3082fe251.tar.gz gcc-9bedfe1899e6f29cb51a1bad06bab7d3082fe251.tar.bz2 |
libphobos: Fix link build errors when compiling with unsupported options
The first compilation test to get baseline warnings was getting more
messages due to a missing object.d file, compared to later configure
tests where libphobos is in the include paths.
Because there must always be an object module during compilation, let
the tests themselves be an empty object module instead.
libphobos/ChangeLog:
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/88431
* configure: Regenerate.
* m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
dependencies on libphobos.
(lt_simple_link_test_code): Likewise.
(GDCFLAGS): Don't override for D compiler tests.
From-SVN: r270531
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r-- | libphobos/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 6f741ea..fa5f7b1 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,5 +1,14 @@ 2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org> + PR d/88431 + * configure: Regenerate. + * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have + dependencies on libphobos. + (lt_simple_link_test_code): Likewise. + (GDCFLAGS): Don't override for D compiler tests. + +2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org> + * configure.tgt: Add aarch64*-*-linux* as a supported target. 2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org> |