mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
Do not add -Fl$GCCLIBDIR to FPCMAKEOPT as this is now handled by fpcmake
git-svn-id: trunk@45354 -
This commit is contained in:
parent
406d17a4b6
commit
ae91ff00b9
@ -69,10 +69,6 @@ ifneq ($(findstring $(CPU_SOURCE),x86_64 mips mipsel),)
|
||||
override FPCMAKEOPT+=-Cg
|
||||
endif
|
||||
endif
|
||||
# also add GCCLIBDIR if specified
|
||||
ifneq ($(GCCLIBDIR),)
|
||||
override FPCMAKEOPT+=-Fl$(GCCLIBDIR)
|
||||
endif
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
||||
|
Loading…
Reference in New Issue
Block a user