From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John David Anglin" To: dave@hiauly1.hia.nrc.ca (John David Anglin) Cc: zack@wolery.cumb.org, gcc-patches@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: VAX Ultrix bootstrap failure with gcc-2.96 Date: Fri, 02 Jun 2000 12:15:00 -0000 Message-id: <200006021915.PAA25204@hiauly1.hia.nrc.ca> References: X-SW-Source: 2000-06/msg00055.html > The VAX Ultrix version of float.h contains the identifier CC$gfloat. However, > float.h is replaced by a version generated by enquire. The enquire version > doesn't contain GFLOAT support. I will try to build a GFLOAT version > of enquire and merge the two if possible. It should be a good test of > the GFLOAT capability of gcc. "-mg" didn't work. It looks like the format of the TARGET_SWITCHES macro needs updating in vax.h. This is the current definition: #define TARGET_SWITCHES \ { {"unix", 1}, \ {"gnu", -1}, \ {"vaxc-alignment", 2}, \ {"g", 4}, \ {"g-float", 4}, \ {"d", -4}, \ {"d-float", -4}, \ { "", TARGET_DEFAULT}} Other machines have a third comment field for each switch. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)