- pass TARGET_CONFIGURE_ARGS
This commit is contained in:
parent
e3f14912b0
commit
c8db158fe3
@ -181,10 +181,8 @@ $(BUILD_DIR)/%/.stamp_configured:
|
||||
cd $(@D)/$($(PKG)_SUBDIR) && \
|
||||
rm -f config.cache && \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CXXFLAGS="$(TARGET_CXXFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
$($(PKG)_CONF_ENV) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
$($(PKG)_CONF_ENV) \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
Loading…
Reference in New Issue
Block a user