From ce6c656dcb8257b7c05975039700e3c9f4c3af3b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 14 Jul 2015 07:49:50 -0700 Subject: Sync toplevel configure.ac with GCC Sync with GCC 2015-06-02 Jason Merrill PR bootstrap/66319 * configure.ac: Use -std=gnu++98. 2015-05-28 Mike Frysinger * configure.ac (--vtable-verify): Use AS_HELP_STRING for help. * configure: Regenerate. 2015-05-11 Paulo Matos * configure.ac: Fix typo. * configure: Regenerate. 2015-05-03 Matthias Klose * configure.ac: Match $host configured with triplets. * configure: Regenerate. 2015-04-17 Jakub Jelinek PR bootstrap/62077 * configure.ac (--enable-stage1-checking): Default to release,misc,gimple,rtlflag,tree,types if --disable-checking or --enable-checking is not specified and DEV-PHASE is not experimental. * configure: Regenerated. 2015-03-27 Uros Bizjak Install back PR target/47230 fix (Revert the revert). config/ Sync with GCC * mh-alpha-linux: Restored. --- config/ChangeLog | 5 +++++ config/mh-alpha-linux | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 config/mh-alpha-linux (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index e3e1859..17b45cd 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2015-07-14 H.J. Lu + + Sync with GCC + * mh-alpha-linux: Restored. + 2015-06-30 H.J. Lu * dfp.m4 (enable_decimal_float): Also set to yes for diff --git a/config/mh-alpha-linux b/config/mh-alpha-linux new file mode 100644 index 0000000..9a9244b --- /dev/null +++ b/config/mh-alpha-linux @@ -0,0 +1,3 @@ +# Prevent GPREL16 relocation truncation +LDFLAGS += -Wl,--no-relax +BOOT_LDFLAGS += -Wl,--no-relax -- cgit v1.1