- pass TARGET_CONFIGURE_ARGS

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-22 16:02:22 +00:00
parent e3f14912b0
commit c8db158fe3
1 changed files with 2 additions and 4 deletions

View File

@ -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) \