Source: fpc Version: 3.0.0+dfsg-11 Severity: normal Tags: patch User: debian-68k@lists.debian.org Usertags: m68k
Hi! Since building src:fpc successfully requires a manpage for the native ppc$CPU binary, we need to add one for ppc68k as well since the package source is currently not shipping one. I have just created a copy of the corresponding patch for arm64 to add a manpage (add_arm64_manpage.patch) and reg-replaced all occurrences of "ppca64" with "ppc68k". Please include the patch with the next upload. With the changes from #863589 [1], fpc can be built on the buildds for m68k without any problems. Thanks, Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863589 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Description: In order to add support for m68k, we need a man-page Source: Debian --- /dev/null +++ fpc-3.0.2+dfsg/install/man/man1/ppc68k.1 @@ -0,0 +1,33 @@ +.TH ppc68k 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler" +.SH NAME +ppc68k \- Free Pascal Compiler (FPC) binary, name derived +from Portable Pascal Compiler + +.SH SYNOPSIS + +.B "ppc68k [options] [sourcefile]" +.BR + +.SH DESCRIPTION +This binary is the back-end binary of the +.I Free Pascal Compiler (FPC) +which is a +.I Turbo Pascal +and +.I Delphi (7.0) +compatible standalone (non GCC frontend) multitarget Pascal compiler. + +This binary should not be called directly, instead the +.B fpc +program should be used instead. +It will choose the right back-end for compiling units for the requested platforms. + +.SH OPTIONS + +For a complete list of all supported command-line options, see the +.BR fpc (1) +manual page. + +.SH SEE ALSO +.BR fpc (1) +