|
@@ -236,14 +236,6 @@ OS_TARGET=$(OS_TARGET_DEFAULT)
|
|
|
endif
|
|
|
endif
|
|
|
|
|
|
-# For 1.0.x we need to use extra calls to retrieve all info
|
|
|
-ifneq ($(words $(FPC_COMPILERINFO)),5)
|
|
|
-FPC_COMPILERINFO+=$(shell $(FPC) -iSP)
|
|
|
-FPC_COMPILERINFO+=$(shell $(FPC) -iTP)
|
|
|
-FPC_COMPILERINFO+=$(shell $(FPC) -iSO)
|
|
|
-FPC_COMPILERINFO+=$(shell $(FPC) -iTO)
|
|
|
-endif
|
|
|
-
|
|
|
# Retrieve Target/Source CPU and Target/Source OS
|
|
|
ifndef CPU_SOURCE
|
|
|
CPU_SOURCE:=$(word 2,$(FPC_COMPILERINFO))
|