mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
Add cpu and mmx to CPU_UNITS for i386-wince target
(cherry picked from commit 355c63beb1
)
This commit is contained in:
parent
15115e8e54
commit
70ca3c816f
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
units=$(SYSTEMUNIT) uuchar fpintres ctypes objpas macpas iso7185 extpas strings \
|
||||
lineinfo heaptrc \
|
||||
$(CPU_UNITS) lineinfo heaptrc \
|
||||
windows messages dynlibs \
|
||||
dos \
|
||||
rtlconsts sysconst sysutils \
|
||||
@ -62,6 +62,10 @@ UNITPREFIX=rtl
|
||||
SYSTEMUNIT=system
|
||||
PRT0=wprt0
|
||||
|
||||
ifeq ($(ARCH),i386)
|
||||
CPU_UNITS=cpu mmx
|
||||
endif
|
||||
|
||||
# Use new feature from 1.0.5 version
|
||||
# that generates release PPU files
|
||||
# which will not be recompiled
|
||||
|
Loading…
Reference in New Issue
Block a user