Fix message about unsupported OS_TARGET for LLVM

git-svn-id: trunk@49330 -
This commit is contained in:
pierre 2021-05-03 16:10:59 +00:00
parent 39896a1b11
commit dd9179043e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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