]> git.ipfire.org Git - thirdparty/gcc.git/commit
C-SKY: Fix float abi option in MULTILIB_DEFAULTS.
authorXianmiao Qu <cooper.qu@linux.alibaba.com>
Tue, 10 Jan 2023 14:48:21 +0000 (22:48 +0800)
committerXianmiao Qu <cooper.qu@linux.alibaba.com>
Tue, 10 Jan 2023 11:57:49 +0000 (19:57 +0800)
commit4c7336a86449de41680e0640f7e353e4c1440bf9
treef801b319072e6c25290d58542c08e4f5bb43d61a
parentac34c261099cd90c440d825bf866a9fad78590b7
C-SKY: Fix float abi option in MULTILIB_DEFAULTS.

The msoft-float is alias of mfloat-abi=soft, use mfloat-abi=soft
in MULTILIB_DEFAULTS to correspond to the option in MULTILIB_OPTIONS,
otherwise it will find the wrong path.

gcc/
* config/csky/csky.h (MULTILIB_DEFAULTS): Fix float abi option.
gcc/config/csky/csky.h