mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 00:38:27 +02:00
* move also the i386*.inc to i386/
This commit is contained in:
parent
4286d3e9bb
commit
a45e77c4a2
@ -241,6 +241,7 @@ override NEEDOPT=-Sg
|
||||
# Directories
|
||||
|
||||
override NEEDUNITDIR=$(CPU_TARGET)
|
||||
override NEEDINCDIR=$(CPU_TARGET)
|
||||
ifndef TARGETDIR
|
||||
TARGETDIR=.
|
||||
endif
|
||||
@ -863,6 +864,11 @@ ifdef UNITSDIR
|
||||
override FPCOPT+=-Fu$(UNITSDIR)
|
||||
endif
|
||||
|
||||
ifdef NEEDINCDIR
|
||||
override FPCOPT+=$(addprefix -Fi,$(NEEDINCDIR))
|
||||
endif
|
||||
|
||||
|
||||
# Target dirs and the prefix to use for clean/install
|
||||
ifdef TARGETDIR
|
||||
override FPCOPT+=-FE$(TARGETDIR)
|
||||
|
@ -6,6 +6,7 @@
|
||||
fpcdir=..
|
||||
targetdir=.
|
||||
unitdir=$(CPU_TARGET)
|
||||
incdir=$(CPU_TARGET)
|
||||
|
||||
[install]
|
||||
packagename=compiler
|
||||
|
Loading…
Reference in New Issue
Block a user