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,53d1d1eed63370ea,start X-Google-Attributes: gid103376,public From: spear@wam.umd.edu (Eric Anthony Spear) Subject: compile on a pc to a sparc Date: 1996/07/08 Message-ID: <4rrivk$naf@cville-srv.wam.umd.edu>#1/1 X-Deja-AN: 167299358 organization: University of Maryland College Park newsgroups: comp.lang.ada Date: 1996-07-08T00:00:00+00:00 List-Id: I'm successfully using Gnat on my OS/2 Pentium system at home. However, I'd like to run my finished ada program on my sparc at work (it's much faster). Rather than having to remake the compiler at work, I'd like to recompile on my Pentium so that the result is an executable that will run on the Sparc architecture. Can this be done?