Merge pull request #12265 from cotequeiroz/lxc_mips16

lxc: use -minterlink-mips16 only with USE_MIPS16
This commit is contained in:
Rosen Penev
2020-05-23 13:59:00 -07:00
committed by GitHub
+2
View File
@@ -142,7 +142,9 @@ CONFIGURE_ARGS += \
--enable-capabilities \
--disable-examples
ifdef CONFIG_USE_MIPS16
TARGET_CFLAGS += -minterlink-mips16
endif
TARGET_LDFLAGS += -lgcc_eh
define Build/InstallDev