mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* include cpu_target unit dir
This commit is contained in:
parent
093bbd5017
commit
a8b982877b
@ -240,6 +240,7 @@ override NEEDOPT=-Sg
|
|||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
|
|
||||||
|
override NEEDUNITDIR=$(CPU_TARGET)
|
||||||
ifndef TARGETDIR
|
ifndef TARGETDIR
|
||||||
TARGETDIR=.
|
TARGETDIR=.
|
||||||
endif
|
endif
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
[dirs]
|
[dirs]
|
||||||
fpcdir=..
|
fpcdir=..
|
||||||
targetdir=.
|
targetdir=.
|
||||||
|
unitdir=$(CPU_TARGET)
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
packagename=compiler
|
packagename=compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user