On 20 Mar 2012, at 23:42, peter green wrote:

> The buildfaq claims that OPT= will add parameters to every compiler 
> commandline. Unfortunately it doesn't seem to actually do that. The options 
> are added when building the compiler and RTL but it seems they aren't added 
> when building fpmake.
> 
> This is a problem for me as to successfully build fpmake on a multiarch arm 
> system I need to tell it where to find crti.o (it seems freepascal can 
> successfully build stuff linked against c libraries without finding crti.o on 
> some architectures but not others).

The compiler should find the crt*.o files on its own, especially if you create 
a special compiler binary for the hard float ABI (there is no point in creating 
a special binary if you still need to separately specify a bunch of additional 
options to get the correct behaviour). Or are they in distribution-specific 
directories for the hard float ABI?


Jonas_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to