WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge config/ changes from GCC.

config:
Merge from GCC:
2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>

* multi.m4: Set GDC.

2018-07-05 James Clarke <jrtc27@jrtc27.com>

* dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to
catch x86_64 kFreeBSD and Hurd.

libdecnumber:
* configure: Regenerate.

zlib:
* configure: Regenerate.

Joseph Myers (Oct 31, 2018, 5:16 PM UTC) 0b4d000c b555fb21

+21 -3
+10
config/ChangeLog
··· 1 1 2018-10-31 Joseph Myers <joseph@codesourcery.com> 2 2 3 3 Merge from GCC: 4 + 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org> 5 + 6 + * multi.m4: Set GDC. 7 + 8 + 2018-07-05 James Clarke <jrtc27@jrtc27.com> 9 + 10 + * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to 11 + catch x86_64 kFreeBSD and Hurd. 12 + 13 + Merge from GCC: 4 14 PR bootstrap/82856 5 15 * math.m4, tls.m4: Use AC_LANG_SOURCE. 6 16
+1 -1
config/dfp.m4
··· 21 21 [ 22 22 case $1 in 23 23 powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ 24 - i?86*-*-elfiamcu | i?86*-*-gnu* | \ 24 + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \ 25 25 i?86*-*-mingw* | x86_64*-*-mingw* | \ 26 26 i?86*-*-cygwin* | x86_64*-*-cygwin*) 27 27 enable_decimal_float=yes
+2 -1
config/multi.m4
··· 64 64 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 65 65 CC="$CC" 66 66 CXX="$CXX" 67 - GFORTRAN="$GFORTRAN"])])dnl 67 + GFORTRAN="$GFORTRAN" 68 + GDC="$GDC"])])dnl
+4
libdecnumber/ChangeLog
··· 1 + 2018-10-31 Joseph Myers <joseph@codesourcery.com> 2 + 3 + * configure: Regenerate. 4 + 1 5 2018-06-19 Simon Marchi <simon.marchi@ericsson.com> 2 6 3 7 * configure.ac: Remove AC_PREREQ.
+1 -1
libdecnumber/configure
··· 4765 4765 4766 4766 case $target in 4767 4767 powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ 4768 - i?86*-*-elfiamcu | i?86*-*-gnu* | \ 4768 + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \ 4769 4769 i?86*-*-mingw* | x86_64*-*-mingw* | \ 4770 4770 i?86*-*-cygwin* | x86_64*-*-cygwin*) 4771 4771 enable_decimal_float=yes
+2
zlib/ChangeLog.bin-gdb
··· 1 1 2018-10-31 Joseph Myers <joseph@codesourcery.com> 2 2 3 + * configure: Regenerate. 4 + 3 5 Merge from GCC. 4 6 PR bootstrap/82856 5 7 * Makefile.am: Include multilib.am.
+1
zlib/configure
··· 12228 12228 CC="$CC" 12229 12229 CXX="$CXX" 12230 12230 GFORTRAN="$GFORTRAN" 12231 + GDC="$GDC" 12231 12232 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 12232 12233 12233 12234