mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
pass --disable-multilib if user doesnt want multilib since some arches (like x86_64) default to multilib support
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
ifeq ($(BR2_ENABLE_MULTILIB),y)
|
||||
MULTILIB:=--enable-multilib
|
||||
else
|
||||
MULTILIB:=--disable-multilib
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user