]> git.ipfire.org Git - thirdparty/gcc.git/commit
MIPS: Add buildtime option to set msa default
authorJunxian Zhu <zhujunxian@oss.cipunited.com>
Thu, 2 Mar 2023 10:30:21 +0000 (10:30 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 2 Mar 2023 10:30:21 +0000 (10:30 +0000)
commitf2b846f1feb6a1bbca0b85d2db66b92787bc0891
tree10b0718b807e3d2a8c1429b12c2cd79a95260029
parentb09dc74801cf4e19bdf5fcd18a5cd53fc9e9ca9a
MIPS: Add buildtime option to set msa default

Add buildtime option to decide whether will compiler build with `-mmsa` option default.

gcc/ChangeLog:
* config.gcc: add -with-{no-}msa build option.
* config/mips/mips.h: Likewise.
* doc/install.texi: Likewise.

Signed-off-by: Junxian Zhu <zhujunxian@oss.cipunited.com>
gcc/config.gcc
gcc/config/mips/mips.h
gcc/doc/install.texi