mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +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
|
||||
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
|
||||
|
||||
[fpmakefpcdetect]
|
||||
|
Loading…
Reference in New Issue
Block a user