* call strip on the COMPILER macro to make the output look more nicely

git-svn-id: trunk@26502 -
This commit is contained in:
florian 2014-01-18 10:19:54 +00:00
parent fd5fa95416
commit 694ba6a702
2 changed files with 2315 additions and 2250 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1437,7 +1437,7 @@ override FPCOPT+=$(CROSSOPT)
endif
# Compiler commandline
override COMPILER:=$(FPC) $(FPCOPT)
override COMPILER:=$(strip $(FPC) $(FPCOPT))
# also call ppas if with command option -s
# but only if the FULL_SOURCE and FULL_TARGET are equal