+ define BUILDFULLNATIVE and BUILDNATIVE for native builds

git-svn-id: trunk@22236 -
This commit is contained in:
florian 2012-08-24 21:15:28 +00:00
parent da32d99b7e
commit a365ae3631
2 changed files with 2284 additions and 2200 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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]