public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* No Subject
@ 1998-05-23 22:47 Jeffrey A Law
  1998-05-24  4:18 ` none Alexandre Oliva
  0 siblings, 1 reply; 15+ messages in thread
From: Jeffrey A Law @ 1998-05-23 22:47 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: egcs, wilson

	* Makefile.in (boostrap2-lean, bootstrap3-lean,
	bootstrap4-lean): new targets
	* gcc/Makefile.in (boostrap2-lean, bootstrap3-lean,
	bootstrap4-lean): ditto
I've installed this patch.  Thanks!

I want to take a little more time to think about the dejagnu
patches.


jeff

^ permalink raw reply	[flat|nested] 15+ messages in thread
* A patch for dejagnu
@ 1998-03-11  9:39 H.J. Lu
  1998-03-12 17:00 ` Jim Wilson
  0 siblings, 1 reply; 15+ messages in thread
From: H.J. Lu @ 1998-03-11  9:39 UTC (permalink / raw)
  To: egcs

Hi,

Some people have reported problems with the latest dejagnu and
egcs that dejagnu cannot find the correct libstdc++ and libio.
Here is a patch which seems to work for me.


-- 
H.J. Lu (hjl@gnu.org)
---
--- libgloss.exp.orig	Wed Mar 11 08:26:07 1998
+++ libgloss.exp	Wed Mar 11 09:33:34 1998
@@ -425,14 +425,17 @@
 
 
     # search for the top level multilib directory
-    set multitop [lookfor_file "${comp_base_dir}" "${target_alias}"]
+    set multitop [lookfor_file "${comp_base_dir}" "libraries"]
     if { $multitop == "" } {
-	set multitop [lookfor_file "${comp_base_dir}" "libraries"]
-	if { $multitop == "" } {
-	    set multitop "[lookfor_file ${comp_base_dir} gcc/xgcc]"
-	    if { $multitop != "" } {
-		set multitop [file dirname [file dirname $multitop]];
-	    } else {
+	set multitop "[lookfor_file ${comp_base_dir} gcc/xgcc]"
+	if { $multitop != "" } {
+	    set multitop [file dirname [file dirname $multitop]];
+	} else {
+	    # We search ${target_alias} last since it is only valid
+	    # when we are running dejagnu on an installed gcc. We
+	    # don't want to get it by accident.
+	    set multitop [lookfor_file "${comp_base_dir}" "${target_alias}"]
+	    if { $multitop == "" } {
 		return ""
 	    }
 	}

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

end of thread, other threads:[~1998-05-28 17:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-05-23 22:47 No Subject Jeffrey A Law
1998-05-24  4:18 ` none Alexandre Oliva
1998-05-24  2:32   ` none Jeffrey A Law
1998-05-24  0:24     ` none Alexandre Oliva
1998-05-24  0:24       ` none Jeffrey A Law
1998-05-27  4:42   ` none Jeffrey A Law
1998-05-27  8:33     ` none Alexandre Oliva
1998-05-27  8:33       ` none Jeffrey A Law
1998-05-27  4:42         ` none Alexandre Oliva
1998-05-27 15:37         ` none Joern Rennecke
1998-05-28  6:19           ` none Jeffrey A Law
1998-05-28 17:47             ` A patch for dejagnu H.J. Lu
  -- strict thread matches above, loose matches on Subject: below --
1998-03-11  9:39 H.J. Lu
1998-03-12 17:00 ` Jim Wilson
1998-03-16 20:04   ` Jeffrey A Law

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).