summaryrefslogtreecommitdiffstats
path: root/package/tcl
diff options
context:
space:
mode:
authorEric Andersen2007-03-14 04:12:22 +0100
committerEric Andersen2007-03-14 04:12:22 +0100
commit15177a6e9566e2929e77eda44eff5116b6f0e587 (patch)
tree33c9c8322e5331ab9a4672a8aad7aa3927c14f69 /package/tcl
parentfixup package LDFLAGS handling (diff)
downloadbuildroot-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.gz
buildroot-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.xz
buildroot-15177a6e9566e2929e77eda44eff5116b6f0e587.zip
yet more LDFLAGS handling fixups
Diffstat (limited to 'package/tcl')
-rw-r--r--package/tcl/tcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index f3ccd6df5..2a29c07dd 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -20,7 +20,7 @@ $(TCL_DIR)/.configured: $(TCL_DIR)/.source
(cd $(TCL_DIR)/unix; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)"
+ LDFLAGS="$(TARGET_LDFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \