2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
commit068a254b9bcd430918a86f8f3ca983ddcdfabeb5
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2013 09:35:54 +0000 (12 09:35 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2013 09:35:54 +0000 (12 09:35 +0000)
tree1787daf3fa95ef81b2f7c5702c4c8b4156a0639d
parent13581a5d4dee568b794285fbf829351533d08a37
2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
            Olivier Hainque  <hainque@adacore.com>

* gcc-interface/Makefile.in: Import target_cpu, target_vendor,
target_os and their host_ counterparts. Remove host_canonical and
target_cpu_default, unused. Remove local ad-hoc computations of
"host", "targ", "arch", "osys" and "manu". Replace uses of these by
uses of the now imported family, hence back to filters against
canonical values. Remove filters on e500 for target_cpu, expected to
be canonicalized into powerpc. Invert the logic filtering on 64bit
sparc for VxWorks. Simplify the filtering logic for bareboard tools
target pairs, now using straight elf/eabi filters on the target_os
part only.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202518 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/gcc-interface/Makefile.in