[Lazarus] Language additions breaking IDE
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Aug 26 11:31:24 CEST 2011
2011/8/26 Juha Manninen <juha.manninen62 at gmail.com>:
> How could the build target
> affect codetools in such way?
The file is: /usr/share/fpcsrc/rtl/inc/softfpu.pp (aka software
floating point implementation)
I am cross-compiling from linux-x86 to Android. Android is linux-arm
with softfpu and eabi 5+.
Surely there are defines which make sure that softfpu.pp is not active
in linux-x86, but is active in my Android cross-compiler. CodeTools
somehow catches those defines. They are probably in the uses clause of
the system unit.
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list