diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2020-12-23 07:34:50 -0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2020-12-24 10:59:14 +0800 |
commit | 168be2b3afddd41d4575ed55439231812bc3e7c9 (patch) | |
tree | 21536a75ed42c3703883d9806e55a5c1a8931917 /gcc/configure | |
parent | 085fd2a46e512638a4d7a96e07eaf3b8b021a567 (diff) | |
download | gcc-168be2b3afddd41d4575ed55439231812bc3e7c9.zip gcc-168be2b3afddd41d4575ed55439231812bc3e7c9.tar.gz gcc-168be2b3afddd41d4575ed55439231812bc3e7c9.tar.bz2 |
RISC-V: Fix python3 compatibility for multilib-generator
The subprocess return string is raw bytes in python3, it must decode
before used as string, verifed with python2 and python3.
gcc/ChangeLog:
* config/riscv/multilib-generator (arch_canonicalize): Call
decode for the subprocess return value.
Diffstat (limited to 'gcc/configure')
0 files changed, 0 insertions, 0 deletions