Browse Source
Merge pull request #12265 from cotequeiroz/lxc_mips16
lxc: use -minterlink-mips16 only with USE_MIPS16
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
utils/lxc/Makefile
|
|
@ -142,7 +142,9 @@ CONFIGURE_ARGS += \ |
|
|
|
--enable-capabilities \
|
|
|
|
--disable-examples |
|
|
|
|
|
|
|
TARGET_CFLAGS += -minterlink-mips16 |
|
|
|
ifdef CONFIG_USE_MIPS16 |
|
|
|
TARGET_CFLAGS += -minterlink-mips16 |
|
|
|
endif |
|
|
|
TARGET_LDFLAGS += -lgcc_eh |
|
|
|
|
|
|
|
define Build/InstallDev |
|
|
|