[gnu.g++.bug] GNU C++ 1.34.1 problem

mdt@YAHI.STANFORD.EDU (Michael Tiemann) (03/17/89)

The file config.g++ in g++-1.34.1.tar.Z has an error for the sun3-os4
case.  Here is the right stuff:

	sun3-os4 | sun-3-os4)
		cpu_type=m68k
		sed 's/ start//' < xm-sunos4.h > xm-sunos4+.h
		configuration_file=xm-sunos4+.h
		machine_type=sun3
		;;

Michael