diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2016-04-18 10:57:01 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2016-04-18 10:57:01 +0200 |
commit | 939264d3a37d0645de08143b4c4660637ba2a127 (patch) | |
tree | 06f5dd72e531f6acafd81e3d05fac91118f50999 /gcc/ada/init.c | |
parent | bd5c7330b590af3c5fcd5f4299d7eef60c4864ab (diff) | |
download | gcc-939264d3a37d0645de08143b4c4660637ba2a127.zip gcc-939264d3a37d0645de08143b4c4660637ba2a127.tar.gz gcc-939264d3a37d0645de08143b4c4660637ba2a127.tar.bz2 |
hsa: Fix bootstrap with older host compilers
We didn't have __builtin_swap16 on all targets before GCC 4.8; hsa-brig
tries to use it if the host GCC is 4.6 or up though, breaking bootstrap.
This trivial patch fixes it.
Noticed on gcc22.
* has-brig.c (lendian16): Don't try to use __builtin_bswap16
unless compiling with at least GCC-4.8.
From-SVN: r235096
Diffstat (limited to 'gcc/ada/init.c')
0 files changed, 0 insertions, 0 deletions