On Mon, 4 Mar 2013 14:05:27 +0100, Jasper Lievisse Adriaanse wrote: > On Sat, Mar 02, 2013 at 07:03:31PM +0100, Pascal Stumpf wrote: > > Time to submit a compiler for my eponymous language. > > > > Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal > > compiler. It is available for different processors: Intel x86, > > Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0 > > version also supports the Motorola 680x0. The following operating > > systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS, > > Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS. > > > > Currently works on amd64/i386, regress tested on amd64. Adding more > > archs shouldn't be hard. > > > > Bootstrap hosted by ajacoutot@, thanks. > > Ah...I've totally forgotten about FPC. I wrote some initial support for > OpenBSD a few years back but never really sat down to finish it. > > A few nits: > - there's a tab below DISTFILES that's bogus. > - why not change COMMENT to something like this: > open source compiler for Pascal and Object Pascal > - please add comments to the patches as to what/why you're patching. > - you're hardcoding /usr/local in at least fpcsrc/compiler/systems/t_bsd.pas > - some regress tests have lines like this: > Warning: Compiler target "openbsd" is not in list > "linux,solaris,freebsd,win32"
I'll talk to upstream again about that one, maybe they have a reason to exclude OpenBSD. > - some tests require nasm, which may be worthwhile to add to REGRESS_DEPENDS. All other tweaks pushed to github. > > -- > Cheers, > Jasper > > "Stay Hungry. Stay Foolish" > >
