aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c/linear-2.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@arm.com>2022-08-17 10:06:24 +0200
committerChristophe Lyon <christophe.lyon@arm.com>2022-08-17 13:49:12 +0200
commit06bca6950b154d7c85762acf1593d6792f8a2617 (patch)
tree34c612834227c393de3ca3800b157b41fe9adb6f /libgomp/testsuite/libgomp.c/linear-2.c
parentbac07a1da24fbc40720bd4080caaea6fa7769672 (diff)
downloadgcc-06bca6950b154d7c85762acf1593d6792f8a2617.zip
gcc-06bca6950b154d7c85762acf1593d6792f8a2617.tar.gz
gcc-06bca6950b154d7c85762acf1593d6792f8a2617.tar.bz2
arm: Define with_float to hard when target name ends with hf
On arm, the --with-float= configure option is used to define include files search path (among other things). However, when targeting arm-linux-gnueabihf, one would expect to automatically default to the hard-float ABI, but this is not the case. As a consequence, GCC bootstrap fails on an arm-linux-gnueabihf target if --with-float=hard is not used. This patch checks if the target name ends with 'hf' and defines with_float to hard if not already defined. This is achieved in gcc/config.gcc, just before selecting the default CPU depending on the $with_float value. 2022-08-17 Christophe Lyon <christophe.lyon@arm.com> gcc/ * config.gcc (arm): Define with_float to hard if target name ends with 'hf'.
Diffstat (limited to 'libgomp/testsuite/libgomp.c/linear-2.c')
0 files changed, 0 insertions, 0 deletions