diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 21:01:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 21:01:03 +0000 |
commit | c0a2f1acaa0ec9496b20058f0da79a502b72fcb6 (patch) | |
tree | 9bd95aea0fb7e901a46a14beb11f2bcb50dcdeed /config-ml.in | |
parent | 91e538d5dee40714c8f3291bcc2d68791ae8b85d (diff) | |
download | gcc-c0a2f1acaa0ec9496b20058f0da79a502b72fcb6.tar.gz |
* config-ml.in (multi-do): LDFLAGS must include multilib
designator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-ml.in b/config-ml.in index 57613d90d7e..527e781e697 100644 --- a/config-ml.in +++ b/config-ml.in @@ -408,6 +408,7 @@ multi-do: CXXFLAGS="$(CXXFLAGS) $${flags}" \ LIBCFLAGS="$(LIBCFLAGS) $${flags}" \ LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \ + LDFLAGS="$(LDFLAGS) $${flags}" \ $(DO)); then \ true; \ else \ |