]> git.ipfire.org Git - thirdparty/gcc.git/commit
ChangeLog entry for
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 12 Sep 2013 09:41:42 +0000 (09:41 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Thu, 12 Sep 2013 09:41:42 +0000 (09:41 +0000)
commit46ae49e8a5543adfaaf108af10ac3f9c30b5d719
treeaa2f714d4722251091686dca77d5039ce9410227
parent69d9ba631bb4e2cf41269802fbc3c808b8afe78f
ChangeLog entry for

        * 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.

From-SVN: r202519
gcc/ada/ChangeLog