This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] pass DESTDIR to make calls
On Sat, May 25, Alexandre Oliva wrote:
> This patch is ok, but it's missing a ChangeLog entry, as well as some
> indication of whether (or on which platform) it was actually tested.
I discovered it on ppc64, the culprit is the soft-float target. Alan
Modra has fixed it in his tree, soft-float is now disabled for ppc64.
ppc32 does still need this patch, I have verified that.
It does not happen on i386.
2002-05-27 Olaf Hering <olh@suse.de>
* config-ml.in: pass DESTDIR to multi-do target
Index: config-ml.in
===================================================================
RCS file: /cvs/gcc/gcc/config-ml.in,v
retrieving revision 1.19
diff -u -r1.19 config-ml.in
--- config-ml.in 13 Jun 2001 02:12:07 -0000 1.19
+++ config-ml.in 27 May 2002 08:24:50 -0000
@@ -553,6 +553,7 @@
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
LDFLAGS="$(LDFLAGS) $${flags}" \
+ DESTDIR="$(DESTDIR)" \
$(DO)); then \
true; \
else \
--
$ man clone
BUGS
Main feature not yet implemented...