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-Thread: 103376,64fc8d51594bbaad X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: Porting GNAT/GCC to FreeBSD References: <447F6576.6020006@lovetemple.adbloccker.net> <447ff962$0$4504$9b4e6d93@newsread2.arcor-online.net> <4481c905$0$4493$9b4e6d93@newsread2.arcor-online.net> From: M E Leypold Date: 03 Jun 2006 20:32:00 +0200 Message-ID: <01verium3j.fsf@hod.lan.m-e-leypold.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Some cool user agent (SCUG) NNTP-Posting-Host: 88.72.202.67 X-Trace: news.arcor-ip.de 1149359209 88.72.202.67 (3 Jun 2006 20:26:49 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!morpheus.pingos.org!news.szaf.org!news.unit0.net!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:4668 Date: 2006-06-03T20:32:00+02:00 List-Id: Georg Bauhaus writes: > Karel Miklav wrote: > > Debian has everything neatly installed in default paths, > > which has it's own set of problems. I'll see. > > But I wasn't able to find the build script, only source and binary > > packages. Where can I get it? > > Usually, Debian adds a diff.gz and a debian directory to the original > GCC sources. In there, you should find changes. The build > tools are interwoven with debian build scripts, I'm not sure > these are easily ported to FreeBSD (Don't know > though, I only played for one or two years with NetBSD, and that > was long ago.) In the case of debian the 'build scripts' do a lot of things that are not strictly necessary, only to be sure to have a "sane" state of the build tree when the build starts (i.e. with respect to permissions). As far as the gnat package is concerned, I found the entries in debian/rules quite readable :-). Regards -- Markus