]> git.ipfire.org Git - thirdparty/grub.git/commit
loongarch: Eliminate cmodel compilation warnings
authorXiaotian Wu <wuxiaotian@loongson.cn>
Thu, 24 Aug 2023 13:04:01 +0000 (21:04 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 22 Sep 2023 16:38:36 +0000 (18:38 +0200)
commit3335591c6420ae373a24a4dc8f71d661b1fa3090
tree60ff93fa148db63ff37c5077a88821d3721b6772
parent084a66e307b9c0e54800afe1f2fc714fb475797b
loongarch: Eliminate cmodel compilation warnings

In the configure phase, the "-mcmodel=large" CFLAGS passed the test, but
because it has not been implemented in gcc, the following warning will
appear when compiling:

  gcc: warning: 'large' is not supported, now cmodel is set to 'normal'

Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac