Re: [fpc-devel] Problem with fpcmake when doing crossbuild

2013-05-28 Thread Michael Ring
Thank you! Michael Am 28.05.13 14:56, schrieb Yury Sidorov: Fixed in r24626. Your guesswork is right :) Yury. - Original Message - From: Michael Ring To: fpc-devel@lists.freepascal.org Sent: Tuesday, May 28, 2013 1:24 PM Subject: Re: [fpc-devel] Problem with fpcmake when doing

Re: [fpc-devel] Problem with fpcmake when doing crossbuild

2013-05-28 Thread Yury Sidorov
Fixed in r24626. Your guesswork is right :) Yury. - Original Message - From: Michael Ring To: fpc-devel@lists.freepascal.org Sent: Tuesday, May 28, 2013 1:24 PM Subject: Re: [fpc-devel] Problem with fpcmake when doing crossbuild In case my guesswork was right this would be the fix

Re: [fpc-devel] Problem with fpcmake when doing crossbuild

2013-05-28 Thread Michael Ring
In case my guesswork was right this would be the fix to Makefile.fpc: Index: Makefile.fpc === --- Makefile.fpc(revision 24625) +++ Makefile.fpc(working copy) @@ -169,8 +169,12 @@ # Always use newly created fpcmake ifndef F

[fpc-devel] Problem with fpcmake when doing crossbuild

2013-05-28 Thread Michael Ring
I was having troubles today installing ppcrossarm from trunk, I have a workarround for the problem but I question myself how to really fix the problem: SUBARCH=armv7m make clean buildbase CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=arm SUBARCH=$SUBARCH CROSSOPT="-godwarfsets -gw2 -O-" BINUTI