mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
Avoid overwriting of already set DOS_DEPS_OS and DYNLIBS_DEPS_OS variables for linux RTL
This commit is contained in:
parent
6f713ab51b
commit
6cbb73034f
@ -3247,8 +3247,6 @@ SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES))
|
||||
include $(PROCINC)/makefile.cpu
|
||||
SYSCPUDEPS=$(addprefix $(PROCINC)/,$(CPUINCNAMES))
|
||||
SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
||||
DOS_DEPS_OS=$(UNIXUNIT)$(PPUEXT)
|
||||
DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
|
||||
SYSNRINC=$(ARCH)/sysnr.inc
|
||||
ifneq ($(findstring -Cg ,$(COMPILER)),)
|
||||
PIC_OPT=1
|
||||
|
@ -175,9 +175,6 @@ SYSCPUDEPS=$(addprefix $(PROCINC)/,$(CPUINCNAMES))
|
||||
# Put $(SYSTEMUNIT) unit dependencies together.
|
||||
SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
||||
|
||||
DOS_DEPS_OS=$(UNIXUNIT)$(PPUEXT)
|
||||
DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
|
||||
|
||||
SYSNRINC=$(ARCH)/sysnr.inc
|
||||
|
||||
# Set PIC_OPT to 1 if -Cg or -fPIC is used
|
||||
|
Loading…
Reference in New Issue
Block a user