This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Bootstrap failure on alpha-osf5


On 26 Jan 2000 18:30:31 -0500, Andrew Hobson <ahobson@eng.mindspring.net> said:

> Now I have a strange problem: cpp dies with a signal 11.

The following patch solves this problem for me.  The bootstrap seems
to have worked just fine.

Drew


Index: gcc/configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.326
diff -u -r1.326 configure.in
--- configure.in	2000/01/24 04:02:40	1.326
+++ configure.in	2000/01/28 00:57:35
@@ -694,7 +694,7 @@
 		esac
 		case $machine in
 changequote(,)dnl
-		  *-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
+		  *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5.*)
 changequote([,])dnl
 		    target_cpu_default=MASK_SUPPORT_ARCH
 		    ;;

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