Add include-fixed to include search paths for libgcc on VxWorks
commite4b887cb7652f5749cbd3a6ac8327cf308c70aba
authorOlivier Hainque <hainque@adacore.com>
Thu, 5 Mar 2020 15:05:43 +0000 (5 15:05 +0000)
committerOlivier Hainque <hainque@adacore.com>
Wed, 14 Oct 2020 17:38:37 +0000 (14 17:38 +0000)
tree5eaa6aca676d13a080e28018e00d5167a3ce0ae2
parentb3f1fef1f0b34e4624834e238c5ff56a0c073d93
Add include-fixed to include search paths for libgcc on VxWorks

The special vxworks rules for the compilation of libgcc had
-I.../gcc/include and not .../gcc/include-fixed, causing build
failure of our arm-vxworks7r2 port because of indirect dependencies
on limits.h.

The omission was just an oversight and this change just adds the
missing -I.

2020-10-14  Olivier Hainque  <hainque@adacore.com>

libgcc/
* config/t-vxworks: Add include-fixed to include search
paths for libgcc on VxWorks.
* config/t-vxworks7: Likewise.
libgcc/config/t-vxworks
libgcc/config/t-vxworks7