* 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:
pierre 2011-08-16 20:06:52 +00:00
parent 2f58065873
commit 68d61c69e7
2 changed files with 654 additions and 644 deletions

File diff suppressed because it is too large Load Diff

View File

@ -278,7 +278,11 @@ ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
TARGETSUFFIX=$(OS_TARGET)
SOURCESUFFIX=$(OS_SOURCE)
else
ifneq ($(findstring $(OS_TARGET),$(LIMIT83fs)),)
TARGETSUFFIX=$(OS_TARGET)
else
TARGETSUFFIX=$(FULL_TARGET)
endif
SOURCESUFFIX=$(FULL_SOURCE)
endif