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]

libmudflap installed in wrong directory


This fixes the libmuflap configure script so that the library is installed
in the right directory.  See
<http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html> for the
background.

Andreas.

2004-10-30  Andreas Schwab  <schwab@suse.de>

	* configure.ac (target_alias): Default to $host_alias, not
	$target.
	* configure: Regenerated.

--- libmudflap/configure.ac	14 Oct 2004 11:30:40 +0200	1.7
+++ libmudflap/configure.ac	30 Oct 2004 21:18:08 +0200	
@@ -24,7 +24,7 @@ AC_EXEEXT
 
 AM_ENABLE_MULTILIB(, ..)
 
-target_alias=${target_alias-$target}
+target_alias=${target_alias-$host_alias}
 AC_SUBST(target_alias)
 
 AC_CONFIG_HEADERS(config.h)

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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