Browse Source

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

marco 21 years ago
parent
commit
151478584c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/Makefile.fpc

+ 1 - 1
compiler/Makefile.fpc

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