UnixWare 2.1.3 egcs 1.1b FAILURE.

Larry Rosenman ler@lerctr.org
Thu Sep 17 02:15:00 GMT 1998


Thanks, Robert. 

It appears to have done the trick.

Larry

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972 414 9812 (voice)       Internet: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

-----Original Message-----
From: Robert Lipe [ mailto:robertl@dgii.com ]
Sent: Wednesday, September 16, 1998 12:46 PM
To: ler@lerami.lerctr.org
Cc: egcs-bugs@cygnus.com
Subject: UnixWare 2.1.3 egcs 1.1b FAILURE.


[ bootstrap showing .stabs being the default on Unixware ] 

Larry, this patch should cure your problem.

Jeff, can we graft this into the 1.1.1 release?

RJL


$ cvs diff -r 1.22 -r 1.23 configure.in
Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- configure.in        1998/09/05 01:14:28     1.22
+++ configure.in        1998/09/05 12:58:40     1.23
@@ -438,7 +438,7 @@ if [ x${with_stabs} = x ]; then
   case "${target}" in
   mips*-*-irix6*)
     ;;
-  mips*-*-* | alpha*-*-osf* | i[3456]86*-*-sysv4* | i[3456]86*-*-unixware*)
+  mips*-*-* | alpha*-*-osf*)
     with_stabs=yes;
     withoptions="${withoptions} --with-stabs"
     ;;




More information about the Gcc-bugs mailing list