aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-05-29 12:43:42 +0100
committerNick Clifton <nickc@redhat.com>2019-05-29 12:43:42 +0100
commitf948b2de97884bfb4e5fc11d40a6bea9e0b096ae (patch)
treef0d2e00f2027a9eb292be6d751cfb8c02c4a46de /ChangeLog
parent90bd54236cb8b1c31c3662977159be971044c20d (diff)
downloadfsf-binutils-gdb-f948b2de97884bfb4e5fc11d40a6bea9e0b096ae.zip
fsf-binutils-gdb-f948b2de97884bfb4e5fc11d40a6bea9e0b096ae.tar.gz
fsf-binutils-gdb-f948b2de97884bfb4e5fc11d40a6bea9e0b096ae.tar.bz2
Sync top level files with versions from gcc.
top * Makefile.def (target_modules): Add libphobos. (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and GDCFLAGS_FOR_TARGET. (dependencies): Make libphobos depend on libatomic, libbacktrace configure, and zlib configure. (language): Add language d. * Makefile.in: Rebuild. * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS. (HOST_EXPORTS): Add GDC. (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD. (BASE_TARGET_EXPORTS): Add GDC. (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables. (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables. (EXTRA_HOST_FLAGS): Add GDC. (STAGE1_FLAGS_TO_PASS): Add GDC. (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS. * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag environment variables. * configure: Rebuild. * configure.ac: Add target-libphobos to target_libraries. Set and substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f527876..f8cc3f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
2019-05-29 Nick Clifton <nickc@redhat.com>
+ Import this patch from gcc mainline:
+ 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * Makefile.def (target_modules): Add libphobos.
+ (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
+ GDCFLAGS_FOR_TARGET.
+ (dependencies): Make libphobos depend on libatomic, libbacktrace
+ configure, and zlib configure.
+ (language): Add language d.
+ * Makefile.in: Rebuild.
+ * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
+ (HOST_EXPORTS): Add GDC.
+ (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
+ (BASE_TARGET_EXPORTS): Add GDC.
+ (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
+ (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
+ (EXTRA_HOST_FLAGS): Add GDC.
+ (STAGE1_FLAGS_TO_PASS): Add GDC.
+ (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
+ * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
+ environment variables.
+ * configure: Rebuild.
+ * configure.ac: Add target-libphobos to target_libraries. Set and
+ substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
+
+2019-05-29 Nick Clifton <nickc@redhat.com>
+
* configure.ac (noconfigdirs): Add libctf if the target does not use
the ELF file format.
* configure: Regenerate.