]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR plugins/45078 (config/vxworks-dummy.h not installed as a plugin header on some...
authorJakub Jelinek <jakub@redhat.com>
Mon, 16 Jun 2014 08:12:40 +0000 (10:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 16 Jun 2014 08:12:40 +0000 (10:12 +0200)
PR plugins/45078
* config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.

From-SVN: r211696

gcc/ChangeLog
gcc/config.gcc

index 756ed9fdf1e5931f914a725f0bf1ad02856eb4df..9b484e6562df2de437dadc4c634308a4ebce1233 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR plugins/45078
+       * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
+
 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
 
        PR bootstrap/61516
index 80bb3db4d0e0be5626a884f3a609ad17bd9c7bb0..93961be7d7a0fd478c503a1f43e36868d9d7f51d 100644 (file)
@@ -1012,7 +1012,7 @@ arm*-*-linux-*)                   # ARM GNU/Linux with ELF
            ;;
        esac
        tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
-       tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h arm/arm.h"
+       tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
        # Define multilib configuration for arm-linux-androideabi.
        case ${target} in
        *-androideabi)