https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87030
--- Comment #20 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Tue Jul 23 23:20:31 2019 New Revision: 273749 URL: https://gcc.gnu.org/viewcvs?rev=273749&root=gcc&view=rev Log: [Darwin] Fix PR87030 add missed commit hunks. Messed up the commit, and missed changes to gcc/config.gcc and to the comments in some of the headers. 2019-07-24 Iain Sandoe <i...@sandoe.co.uk> gcc/ PR bootstrap/87030 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move from here... * config/i386/darwin32-biarch.h .. to here. * config/i386/darwin64-biarch.h: Adjust comments. * config/rs6000/darwin32-biarch.h: Likewise. * config/rs6000/darwin64-biarch.h: Likewise. * config.gcc: Missed commit from r273746 (*-*-darwin*): Don't include CPU t-darwin here. (i[34567]86-*-darwin*): Adjust to use biarch files. Produce an error message if i686-darwin configuration is attempted for Darwin >= 18. Modified: trunk/gcc/ChangeLog trunk/gcc/config.gcc trunk/gcc/config/i386/darwin.h trunk/gcc/config/i386/darwin32-biarch.h trunk/gcc/config/i386/darwin64-biarch.h trunk/gcc/config/rs6000/darwin32-biarch.h trunk/gcc/config/rs6000/darwin64-biarch.h