]> git.ipfire.org Git - thirdparty/gcc.git/commit
Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7
authorOlivier Hainque <hainque@adacore.com>
Tue, 7 Dec 2021 13:26:30 +0000 (13:26 +0000)
committerOlivier Hainque <hainque@adacore.com>
Mon, 13 Dec 2021 17:59:54 +0000 (17:59 +0000)
commit0ecb48d753005405f84876ed3032c4cda789e072
tree1bd9a6bf19ca967363e520a6f04df2e132f9959a
parent16c848090f237c2398930b8c0ef75acebf4fa44d
Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7

The unconditional assignment performed in t-vxworks to handle
include flags currently overrides what specific cpu ports had
for the regular (!vxworks) crtstuff objects.

This was not done on purpose and the proposed change adjusts the
configuration bits to apply the vxworks specific flags on top of
the cpu ones instead.

2021-12-07  Olivier Hainque  <hainque@adacore.com>

* config.host (powerpc*-wrs-vxworks7*): Place t-crtstuff
ahead of the other files in tmake_files.
* config/t-vxworks: Add to CRTSTUFF_T_CFLAGS instead of
overriding it.
libgcc/config.host
libgcc/config/t-vxworks