This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Vector modes under hppa64-hpu
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: sje at cup dot hp dot com, gcc at gcc dot gnu dot org
- Date: 24 Jul 2002 15:54:33 -0700
- Subject: Re: Vector modes under hppa64-hpu
- References: <200207242222.g6OMMace006922@hiauly1.hia.nrc.ca>
>>>>> "John" == John David Anglin <dave@hiauly1.hia.nrc.ca> writes:
>> I tried --target=hppa64-hpux but configure dies with
>>
>> *** Configuration hppa64-hp-hpux not supported
>> Configure in /home/aldyh/build/pa64/gcc failed, exiting.
>>
> Try --target=hppa64-hp-hpux11.00.
flamingo:~/build/pa64/gcc$ ./cc1 a.c -O2 -quiet
flamingo:~/build/pa64/gcc$ ./cc1 a.c -O1 -quiet
flamingo:~/build/pa64/gcc$ ./cc1 a.c -O -quiet
flamingo:~/build/pa64/gcc$
no problem here either. This is with a checkout from cvs as of right
now.
Aldy