Thomas Schwinge <tho...@codesourcery.com> writes: > diff --git gcc/ada/gcc-interface/Makefile.in gcc/ada/gcc-interface/Makefile.in > index eeb8c7f..c07722b 100644 > --- gcc/ada/gcc-interface/Makefile.in > +++ gcc/ada/gcc-interface/Makefile.in > @@ -151,12 +151,15 @@ GCC_CFLAGS = $(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS) > program_transform_name = > objdir = . > > -target_alias=@target_alias@ > target=@target@ > +target_cpu=@target_cpu@ > +target_vendor=@target_vendor@ > +target_os=@target_os@ > +host_cpu=@host_cpu@ > +host_vendor=@host_vendor@ > +host_os=@host_os@ > xmake_file = @xmake_file@ > tmake_file = @tmake_file@ > -host_canonical=@host@ > -target_cpu_default=@target_cpu_default@
This is wrong, you are reintroducing PR ada/39172. Installed as obvious. Andreas. PR ada/39172 * gcc-interface/Makefile.in (target_cpu_default): Revert 2013-10-11 change. Index: gcc/ada/gcc-interface/Makefile.in =================================================================== --- gcc/ada/gcc-interface/Makefile.in (revision 208604) +++ gcc/ada/gcc-interface/Makefile.in (working copy) @@ -159,6 +159,7 @@ host_cpu=@host_cpu@ host_vendor=@host_vendor@ host_os=@host_os@ +target_cpu_default = @target_cpu_default@ xmake_file = @xmake_file@ tmake_file = @tmake_file@ #version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c` -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."