summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 19:30:52 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 19:30:52 +0000
commit33327ce20ab1a178bbc2d2b8b0345865bb82465e (patch)
tree14957a10945be1346f0b13467350f03988971985
parent7d66afa08bd3f78daf80c7cbd4f003c42aa54f2e (diff)
downloadppe42-gcc-33327ce20ab1a178bbc2d2b8b0345865bb82465e.tar.gz
ppe42-gcc-33327ce20ab1a178bbc2d2b8b0345865bb82465e.zip
* config-ml.in: Propogate DESTDIR also.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54114 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog4
-rw-r--r--config-ml.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32b0a1f9799..7fb1a96c9c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-31 Olaf Hering <olh@suse.de>
+
+ * config-ml.in: Propogate DESTDIR also.
+
2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
* configure.in (vax-*-netbsd*): Don't build gas for this
diff --git a/config-ml.in b/config-ml.in
index 8a000d30d3a..5692fb33a46 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -555,6 +555,7 @@ multi-do:
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
LDFLAGS="$(LDFLAGS) $${flags}" \
+ DESTDIR="$(DESTDIR)" \
$(DO)); then \
true; \
else \
OpenPOWER on IntegriCloud