mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-11 13:08:19 +01:00
parent
411d1ba1bb
commit
77e195a2cb
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ endef
|
|||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="$(LIBGCC_S)"
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue