mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 15:49:26 +01:00
* darwin->darwin compilation does not need cross binutils (regardless
of source/target processor) git-svn-id: trunk@6947 -
This commit is contained in:
parent
9ce6402753
commit
442598d9f8
@ -147,6 +147,18 @@ case `arch` in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# darwin->darwin does not need cross binutils
|
||||||
|
case $HOSTOS in
|
||||||
|
darwin)
|
||||||
|
CPUCROSSIFDEF2="
|
||||||
|
#ifdef darwin
|
||||||
|
#undef NEEDCROSSBINUTILS
|
||||||
|
#endif
|
||||||
|
"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
# set right path to FPC with $fpcversion
|
# set right path to FPC with $fpcversion
|
||||||
FPCPATH=`dirname "$1"`/\$fpcversion
|
FPCPATH=`dirname "$1"`/\$fpcversion
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user