* fpcfan copy paste error (ifdef x86_64 should be arm)

This commit is contained in:
marco 2004-08-06 22:37:49 +00:00
parent aae1e74a73
commit 151478584c

View File

@ -51,7 +51,7 @@ endif
ifdef X86_64
PPC_TARGET=x86_64
endif
ifdef X86_64
ifdef ARM
PPC_TARGET=arm
endif