yet more LDFLAGS handling fixups

This commit is contained in:
Eric Andersen
2007-03-14 03:12:22 +00:00
parent 85d7f6f05f
commit 15177a6e95
26 changed files with 26 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ $(WGET_DIR)/.configured: $(WGET_DIR)/.unpacked
(cd $(WGET_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
LDFLAGS="$(TARGET_LDFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \