Commit c8db158f authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- pass TARGET_CONFIGURE_ARGS

parent e3f14912
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -181,9 +181,7 @@ $(BUILD_DIR)/%/.stamp_configured:
	cd $(@D)/$($(PKG)_SUBDIR) && \
	rm -f config.cache && \
	$(TARGET_CONFIGURE_OPTS) \
		CFLAGS="$(TARGET_CFLAGS)" \
		CXXFLAGS="$(TARGET_CXXFLAGS)" \
		LDFLAGS="$(TARGET_LDFLAGS)" \
	$(TARGET_CONFIGURE_ARGS) \
	$($(PKG)_CONF_ENV) \
		./configure \
		--target=$(GNU_TARGET_NAME) \