[fpc-pascal] Re: 64 bit cross binutils on a 32 bit OS
Schindler Karl-Michael
karl-michael.schindler at physik.uni-halle.de
Thu Apr 11 17:35:04 CEST 2013
> Message: 7
> Date: Thu, 11 Apr 2013 15:06:45 +0200
> From: Schindler Karl-Michael
> <karl-michael.schindler at physik.uni-halle.de>
> Subject: [fpc-pascal] Re: fpc-pascal Digest, Vol 106, Issue 26
> To: fpc-pascal at lists.freepascal.org
> Message-ID: <F1D99590-EFED-43DA-9B7D-EEF1AF488C59 at physik.uni-halle.de>
> Content-Type: text/plain; charset=us-ascii
>
> I was successful with target=x86_64-w64-mingw32
As well as --program-prefix=x86_64-win64-
My complete configure command is:
./configure --target=x86_64-w64-mingw32 --prefix=/usr/local/lib/x86_64-win64 --bindir=/usr/local/bin --mandir=/usr/local/share/man --infodir=/usr/local/share/info --program-prefix=x86_64-win64- --disable-werror
The prefix and the program-prefix enable the coexistence of several crossbinutils.
More information about the fpc-pascal
mailing list