From c368525d5b19183b7918d54b032a0d9f5a3c8e46 Mon Sep 17 00:00:00 2001 From: Chen Tao Date: Sun, 12 Jun 2022 19:42:12 +0900 Subject: kconfig: modify rules for multilibs configuration fix conflict options when compiling multilibs on ARM based architecture. "--with-arch", "--with-cpu", "--with-fpu", "--with-float", and "--with-mode" should not be configured with "--with-multilib-list=list" when configuring multilibs. Signed-off-by: Chen Tao --- config/cc/gcc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 037291fe..ea7103b8 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -81,6 +81,7 @@ config CC_GCC_MULTILIB_LIST string "List of multilib variants" depends on MULTILIB default "m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single" if GCC_11_or_later && ARCH_SH + default "aprofile,rmprofile" if ARCH_ARM && ARCH_32 help Architecture-specific option of expanding or restricting the list of the multilib variants to be built. Refer to GCC installation manual -- cgit v1.2.3