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
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
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
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