> This patch merges the mips and mipsel sections in > gcc-interface/Makefile.in favoring the existing variables in mipsel. > Over time, the mipsel target was tested much more than the mips target > and a number of fixes were applied which should have been applied to > both. Since the only real difference between mips and mipsel is the > endianness, it makes sense to merge them together and add an extra ifeq > for the one file which does differ with endianness. > > I don't have commit access. > > Thanks, > James > > gcc/ada/Changelog: > > 2017-01-03 James Cowgill <james.cowg...@imgtec.com> > > * s-linux-mips.ads: Rename from s-linux-mipsel.ads. > * gcc-interface/Makefile.in (MIPS/Linux): Merge mips and mipsel > sections.
Changes look OK to me. Arno