mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 12:49:08 +02:00
* call strip on the COMPILER macro to make the output look more nicely
git-svn-id: trunk@26502 -
This commit is contained in:
parent
fd5fa95416
commit
694ba6a702
File diff suppressed because it is too large
Load Diff
@ -1437,7 +1437,7 @@ override FPCOPT+=$(CROSSOPT)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Compiler commandline
|
# Compiler commandline
|
||||||
override COMPILER:=$(FPC) $(FPCOPT)
|
override COMPILER:=$(strip $(FPC) $(FPCOPT))
|
||||||
|
|
||||||
# also call ppas if with command option -s
|
# also call ppas if with command option -s
|
||||||
# but only if the FULL_SOURCE and FULL_TARGET are equal
|
# but only if the FULL_SOURCE and FULL_TARGET are equal
|
||||||
|
Loading…
Reference in New Issue
Block a user