mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* makefile fixes from peter
This commit is contained in:
parent
eaceacb7e2
commit
de98fa5cb5
@ -228,11 +228,9 @@ endif
|
|||||||
ifndef PPC_TARGET
|
ifndef PPC_TARGET
|
||||||
PPC_TARGET=$(CPU_TARGET)
|
PPC_TARGET=$(CPU_TARGET)
|
||||||
endif
|
endif
|
||||||
export PPC_TARGET
|
|
||||||
ifndef PPC_OS
|
ifndef PPC_OS
|
||||||
PPC_OS=$(OS_TARGET)
|
PPC_OS=$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
export PPC_OS
|
|
||||||
CPU_UNITDIR=.
|
CPU_UNITDIR=.
|
||||||
UTILSDIR=../utils
|
UTILSDIR=../utils
|
||||||
COMPILERSOURCEDIR=$(PPC_TARGET) systems
|
COMPILERSOURCEDIR=$(PPC_TARGET) systems
|
||||||
|
@ -57,14 +57,12 @@ endif
|
|||||||
ifndef PPC_TARGET
|
ifndef PPC_TARGET
|
||||||
PPC_TARGET=$(CPU_TARGET)
|
PPC_TARGET=$(CPU_TARGET)
|
||||||
endif
|
endif
|
||||||
export PPC_TARGET
|
|
||||||
|
|
||||||
# Default is to generate a compiler for the same
|
# Default is to generate a compiler for the same
|
||||||
# target as OS_TARGET (a native compiler)
|
# target as OS_TARGET (a native compiler)
|
||||||
ifndef PPC_OS
|
ifndef PPC_OS
|
||||||
PPC_OS=$(OS_TARGET)
|
PPC_OS=$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
export PPC_OS
|
|
||||||
|
|
||||||
# Where to place the unit files.
|
# Where to place the unit files.
|
||||||
CPU_UNITDIR=.
|
CPU_UNITDIR=.
|
||||||
|
Loading…
Reference in New Issue
Block a user