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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b551e3318e4c1a5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-08 02:57:56 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!sunqbc.risq.qc.ca!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!do.de.uu.net!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Why isn't there Visual Ada? Date: 08 Feb 2001 10:54:06 +0100 Organization: Enyo's not your organization Message-ID: <87bssdpkjl.fsf@deneb.enyo.de> References: <94jki1$eha$1@nnrp1.deja.com> <732FACF8BF7E8D79.8125E7BE5B617E0B.B3DBC49334E8E3C4@lp.airnews.net> <20010207.15581000@buzco.penguinpowered.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:4970 Date: 2001-02-08T10:54:06+01:00 List-Id: Buz Cory writes: > Further, if you are not diddling with the hardware (as you shouldn't > be), then porting to *any* version of X/Linux from *any* other > should be no harder than copying the package (as in distro) to the > desired platform and typing "make". X and Linux worry about the > architecture. A lot of software which has been developed on a GNU/Linux system assumes a little-endian machine with pointers and C ints which are 32 bits wide, and that the hardware does not require any alignment for the standard types.