public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] mips: use $dir for path to ldd-rewrite.sed
@ 2012-04-19  1:51 Mike Frysinger
  2012-04-19  2:23 ` Carlos O'Donell
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Mike Frysinger @ 2012-04-19  1:51 UTC (permalink / raw)
  To: libc-ports; +Cc: mips

The $dest variable is based on the top build dir but we need the ldd
rewrite variable to be based on the top source dir, so use $dir.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

2012-04-16  Mike Frysinger  <vapier@gentoo.org>

	* sysdeps/unix/sysv/linux/mips/mips64/configure.in
	(ldd_rewrite_script): Change $dest to $dir.
	* sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
---
 sysdeps/unix/sysv/linux/mips/mips64/configure    |    2 +-
 sysdeps/unix/sysv/linux/mips/mips64/configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/mips/mips64/configure b/sysdeps/unix/sysv/linux/mips/mips64/configure
index c331f98..f86f327 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/configure
+++ b/sysdeps/unix/sysv/linux/mips/mips64/configure
@@ -1,4 +1,4 @@
 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
  # Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64.
 
-ldd_rewrite_script=$dest/ldd-rewrite.sed
+ldd_rewrite_script=$dir/ldd-rewrite.sed
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/configure.in b/sysdeps/unix/sysv/linux/mips/mips64/configure.in
index a28638a..c137ec5 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/configure.in
+++ b/sysdeps/unix/sysv/linux/mips/mips64/configure.in
@@ -2,4 +2,4 @@ sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64.
 
-ldd_rewrite_script=$dest/ldd-rewrite.sed
+ldd_rewrite_script=$dir/ldd-rewrite.sed
-- 
1.7.8.5

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-04-25  4:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-19  1:51 [PATCH] mips: use $dir for path to ldd-rewrite.sed Mike Frysinger
2012-04-19  2:23 ` Carlos O'Donell
2012-04-19  2:28   ` Mike Frysinger
2012-04-19  3:10     ` Carlos O'Donell
2012-04-19 19:51 ` Joseph S. Myers
2012-04-19 20:13   ` Mike Frysinger
2012-04-19 20:21     ` Joseph S. Myers
2012-04-19 20:56       ` Mike Frysinger
2012-04-19 21:39         ` Joseph S. Myers
2012-04-20  3:42           ` Mike Frysinger
2012-04-20  9:27             ` Joseph S. Myers
2012-04-22 15:45           ` Carlos O'Donell
2012-04-24  4:01             ` Mike Frysinger
2012-04-25  4:11               ` Carlos O'Donell
2012-04-22 15:38 ` Mike Frysinger
2012-04-23  9:43   ` Joseph S. Myers
2012-04-24  4:03     ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).