[fpc-devel] Arm Hardfloat
Den Jean
Den.Jean at telenet.be
Thu Oct 4 21:04:50 CEST 2012
On Thursday 04 October 2012 20:40:23 Florian Klämpfl wrote:
> At least -dFPC_ARMHF shouldn't be a cross opt.
Thx for the info
extracts Makefile.fpc:
<snip>
#####################################################################
# Cycle targets
<snip>
# 3. Source CPU <> Target CPU
# First source native compiler
# Second cross compiler
# Third target native compiler (skipped for cross installation)
#
#####################################################################
<snip>
So with
make all CPU_TARGET=arm CROSSOPT="-Aas -O- -CaEABIHF -CfVFPV3_D16 -Cparmv7a"
BINUTILSPREFIX=arm-linux-gnu- INSTALL_PREFIX=/usr
I do get an arm native compiler
Kind regards,
Jan
More information about the fpc-devel
mailing list