mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 23:29:15 +02:00
* Only use OS_TARGET for TARGET_SUFFIX if target is in LIMIT83fs list
* Update fpcmake.inc git-svn-id: trunk@18227 -
This commit is contained in:
parent
2f58065873
commit
68d61c69e7
File diff suppressed because it is too large
Load Diff
@ -278,7 +278,11 @@ ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|||||||
TARGETSUFFIX=$(OS_TARGET)
|
TARGETSUFFIX=$(OS_TARGET)
|
||||||
SOURCESUFFIX=$(OS_SOURCE)
|
SOURCESUFFIX=$(OS_SOURCE)
|
||||||
else
|
else
|
||||||
|
ifneq ($(findstring $(OS_TARGET),$(LIMIT83fs)),)
|
||||||
|
TARGETSUFFIX=$(OS_TARGET)
|
||||||
|
else
|
||||||
TARGETSUFFIX=$(FULL_TARGET)
|
TARGETSUFFIX=$(FULL_TARGET)
|
||||||
|
endif
|
||||||
SOURCESUFFIX=$(FULL_SOURCE)
|
SOURCESUFFIX=$(FULL_SOURCE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user