Browse Source

--- Merging r18227 into '.':
U utils/fpcm/fpcmake.ini
U utils/fpcm/fpcmake.inc

# revisions: 18227
------------------------------------------------------------------------
r18227 | pierre | 2011-08-16 22:06:52 +0200 (Tue, 16 Aug 2011) | 2 lines
Changed paths:
M /trunk/utils/fpcm/fpcmake.inc
M /trunk/utils/fpcm/fpcmake.ini

* Only use OS_TARGET for TARGET_SUFFIX if target is in LIMIT83fs list
* Update fpcmake.inc
------------------------------------------------------------------------

git-svn-id: branches/fixes_2_6@18903 -

marco 14 years ago
parent
commit
5c61a48e84
2 changed files with 176 additions and 170 deletions
  1. 172 170
      utils/fpcm/fpcmake.inc
  2. 4 0
      utils/fpcm/fpcmake.ini

File diff suppressed because it is too large
+ 172 - 170
utils/fpcm/fpcmake.inc


+ 4 - 0
utils/fpcm/fpcmake.ini

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

Some files were not shown because too many files changed in this diff