mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
Fix message about unsupported OS_TARGET for LLVM
git-svn-id: trunk@49330 -
This commit is contained in:
parent
39896a1b11
commit
dd9179043e
@ -587,7 +587,7 @@ ifeq ($(findstring $(PPC_TARGET),x86_64 aarch64 arm),)
|
||||
$(error The $(PPC_TARGET) architecture is not (yet) supported by the FPC/LLVM code generator)
|
||||
endif
|
||||
ifeq ($(findstring $(OS_TARGET),darwin iphonesim linux),)
|
||||
$(error The $(PPC_TARGET) target OS is not (yet) supported by the FPC/LLVM code generator)
|
||||
$(error The $(OS_TARGET) target OS is not (yet) supported by the FPC/LLVM code generator)
|
||||
endif
|
||||
override LOCALOPT+=-dllvm -Fullvm
|
||||
endif
|
||||
|
@ -332,7 +332,7 @@ $(error The $(PPC_TARGET) architecture is not (yet) supported by the FPC/LLVM co
|
||||
endif
|
||||
|
||||
ifeq ($(findstring $(OS_TARGET),darwin iphonesim linux),)
|
||||
$(error The $(PPC_TARGET) target OS is not (yet) supported by the FPC/LLVM code generator)
|
||||
$(error The $(OS_TARGET) target OS is not (yet) supported by the FPC/LLVM code generator)
|
||||
endif
|
||||
|
||||
override LOCALOPT+=-dllvm -Fullvm
|
||||
|
Loading…
Reference in New Issue
Block a user