[fpc-devel] FPC 3.0.2 for SPARC
Mark Morgan Lloyd
markMLl.fpc-devel at telemetry.co.uk
Sun May 7 16:35:38 CEST 2017
On 05/05/17 16:00, Pierre Muller wrote:
> You probably need to add the -Xn option into the makepack script!
Thanks for the pointer as to where it goes: those last words stopped me
spending days looking for the appropriate makefile :-)
If I do this it builds successfully:
*sunos*) MAKE=gmake
EXTRAOPT='-Xn'
# Use GNU tar if present
if [ "`which gtar`" != "" ]; then
TAR=`which gtar`
fi
;;
Should I raise a bug on Mantis for this? can anybody comment on what
impact this would have on the Intel target for Solaris?
I'll add a note to the existing stuff on the Wiki.
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
More information about the fpc-devel
mailing list