This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] DESTDIR issue in 3.2.2


This fix actually exists in -current, I reinvented it independently.

I'd like to bring it to the 3.2 branch (and possibly 3.3/3.4, I haven't
checked yet). 

Okay ?

2003-02-12  Marc Espie  <espie@openbsd.org>

	* config-ml.in: Propagate DESTDIR.

*** config-ml.in.orig	Wed Jun 13 04:12:07 2001
--- config-ml.in	Tue Feb 11 22:48:09 2003
***************
*** 553,558 ****
--- 553,559 ----
  				LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
  				LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
  				LDFLAGS="$(LDFLAGS) $${flags}" \
+ 				DESTDIR="$(DESTDIR)" \
  				$(DO)); then \
  		  true; \
  		else \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]