public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Another small patch for 1.0.2
@ 1998-02-19 11:17 H.J. Lu
  1998-02-22 16:39 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: H.J. Lu @ 1998-02-19 11:17 UTC (permalink / raw)
  To: egcs

Hi,

This patch is already in the main trunk. It would be nice to include
it in 1.0.2.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
--
Sun Sep  7 14:27:56 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)

	* configure.in (alpha*-*-linux*): Treat alpha*-*-linux* as
	alpha*-*-linux* and alpha*-*-*.

Index: configure.in
===================================================================
RCS file: /home/work/cvs/gnu/egcs/configure.in,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 configure.in
--- configure.in	1997/09/17 20:09:19	1.1.1.4
+++ configure.in	1997/10/23 00:01:53
@@ -416,6 +507,12 @@
   alpha*-*-*vms*)
     noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
     ;;
+  alpha*-*-linux*)
+    # newlib is not 64 bit ready
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
+    # linux has rx in libc
+    skipdirs="$skipdirs target-librx"
+    ;;
   alpha*-*-*)
     # newlib is not 64 bit ready
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"

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

* Re: Another small patch for 1.0.2
  1998-02-19 11:17 Another small patch for 1.0.2 H.J. Lu
@ 1998-02-22 16:39 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1998-02-22 16:39 UTC (permalink / raw)
  To: H.J. Lu; +Cc: egcs

  In message < m0y5bSz-00058KC@ocean.lucon.org >you write:
  > Hi,
  > 
  > This patch is already in the main trunk. It would be nice to include
  > it in 1.0.2.
  > 
  > Thanks.
  > 
  > 
  > -- 
  > H.J. Lu (hjl@gnu.org)
  > --
  > Sun Sep  7 14:27:56 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
  > 
  > 	* configure.in (alpha*-*-linux*): Treat alpha*-*-linux* as
  > 	alpha*-*-linux* and alpha*-*-*.
Thanks.  I've installed this after fixing your ChangeLog entry.

jeff

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

end of thread, other threads:[~1998-02-22 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-19 11:17 Another small patch for 1.0.2 H.J. Lu
1998-02-22 16:39 ` 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).