mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 09:51:50 +02:00
+ define BUILDFULLNATIVE and BUILDNATIVE for native builds
git-svn-id: trunk@22236 -
This commit is contained in:
parent
da32d99b7e
commit
a365ae3631
File diff suppressed because it is too large
Load Diff
@ -310,6 +310,16 @@ ifeq ($(OS_TARGET),linux)
|
|||||||
linuxHier=1
|
linuxHier=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef CROSSCOMPILE
|
||||||
|
BUILDFULLNATIVE=1
|
||||||
|
export BUILDFULLNATIVE
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef BUILDFULLNATIVE
|
||||||
|
BUILDNATIVE=1
|
||||||
|
export BUILDNATIVE
|
||||||
|
endif
|
||||||
|
|
||||||
export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
||||||
|
|
||||||
[fpmakefpcdetect]
|
[fpmakefpcdetect]
|
||||||
|
Loading…
Reference in New Issue
Block a user