This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: PATCH: Re: Do we really want to use i586 code for i686?


On Mon, Nov 12, 2001 at 02:57:41PM -0800, H . J . Lu wrote:
> On Mon, Nov 12, 2001 at 02:54:23PM -0800, H . J . Lu wrote:
> > 
> > How about this?
> > 
> > 
> 
> A small update.
> 
> 

Here is a new patch. I don't think Implies under sysdeps/$base_machine
from an add-on should impact libc. If you really want it, you can put
it under sysdeps/foo.


H.J.
-----
2001-11-14  H.J. Lu  <hjl@gnu.org>

	* configure.in: Limit */sysdeps/$base_machine/*/Implies from an
	add-on package within itself.
	* configure: Rebuild.

--- configure.in.addon	Wed Aug 29 11:48:49 2001
+++ configure.in	Wed Nov 14 10:29:08 2001
@@ -514,6 +514,10 @@ while test $# -gt 0; do
 	 /*) try_srcdir= ;;
 	 *) try_srcdir=$srcdir/ ;;
 	esac
+	case $name in
+	*/sysdeps/$base_machine/*) continue ;;
+	*) ;;
+	esac
 	test -n "$enable_debug_configure" &&
 	 echo "[DEBUG]: $name implied $x try($d) {$try_srcdir}$try" >&2
 	if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;


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