mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
* Enabled compilation of the cpu unit for arm-android and x86_64-android.
git-svn-id: trunk@39971 -
This commit is contained in:
parent
aa6f6423b2
commit
9199d1935a
@ -343,8 +343,11 @@ UNITPREFIX=rtl
|
||||
CPU_UNITS=
|
||||
SYSINIT_UNITS=
|
||||
LOADERS=prt0 dllprt0
|
||||
ifeq ($(findstring $(ARCH),i386 x86_64 arm),$(ARCH))
|
||||
CPU_UNITS=cpu
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
CPU_UNITS=cpu mmx
|
||||
CPU_UNITS+=mmx
|
||||
endif
|
||||
SYSTEMUNIT=system
|
||||
ifdef RELEASE
|
||||
|
@ -65,8 +65,11 @@ SYSINIT_UNITS=
|
||||
|
||||
LOADERS=prt0 dllprt0
|
||||
|
||||
ifeq ($(findstring $(ARCH),i386 x86_64 arm),$(ARCH))
|
||||
CPU_UNITS=cpu
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
CPU_UNITS=cpu mmx
|
||||
CPU_UNITS+=mmx
|
||||
endif
|
||||
|
||||
SYSTEMUNIT=system
|
||||
|
Loading…
Reference in New Issue
Block a user