mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 11:49:27 +02:00
Fix typo in script comment
git-svn-id: trunk@47229 -
This commit is contained in:
parent
b25d9014df
commit
f80bd9b034
@ -212,7 +212,7 @@ case $CPU_SOURCE in
|
|||||||
mipsel) FPC32=ppcmipsel; FPC64=;;
|
mipsel) FPC32=ppcmipsel; FPC64=;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# No i386<->x86_64 cross-compilation on OpeenBSD
|
# No i386<->x86_64 cross-compilation on OpenBSD
|
||||||
if [ "$OS_SOURCE" == "openbsd" ] ; then
|
if [ "$OS_SOURCE" == "openbsd" ] ; then
|
||||||
if [ "$CPU_SOURCE" == "i386" ] ; then
|
if [ "$CPU_SOURCE" == "i386" ] ; then
|
||||||
FPC64=
|
FPC64=
|
||||||
|
Loading…
Reference in New Issue
Block a user