From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,104330ded00d4957 X-Google-Attributes: gid103376,public From: jhopper@erinet.com (jim hopper) Subject: Re: GNAT, g77, PowerPC & AIX V4.. Date: 1997/01/05 Message-ID: <5apar0$k0d@server1.erinet.com>#1/1 X-Deja-AN: 207936198 distribution: inet sender: -Not-Authenticated-[4123] references: organization: EriNet Online 513 436-1700 (Voice) xdisclaimer: User not authenticated newsgroups: comp.lang.ada Date: 1997-01-05T00:00:00+00:00 List-Id: In article Henri Sundelin writes: > Hello, > > does anybody happen to have a full working GNU compiler set > (GNAT, gcc, g77, g++) for a PowerPC IBM RS/6000 / AIX 4.x? > > I cannot compile it myself since the current GNAT binary > distribution for RS6K seems to generate POWER instruction set > based assembly - which PowerPC 'as' just rejects. > I have the powermac version of this working which is basically the aix port. if you look in config/rs6000 folder check out r6000.h it has version options defined that you can use to specify various architectures/instructions. they are used on the command line as -mpowerpc -mno-power etc. i have not used them but they look like what you want. best jim