mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:29:07 +02:00
* reverted previous commit because it turned out when testing on x86-64, that unit x86 requires a deep overhaul
git-svn-id: trunk@11359 -
This commit is contained in:
parent
9c7b0c7693
commit
85c46e72cc
@ -280,7 +280,7 @@ CPU_UNITS=x86 ports cpu mmx
|
||||
SYSINIT_UNITS=si_prc si_c21g si_c21 si_c si_dll si_uc
|
||||
endif
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CPU_UNITS=ports
|
||||
CPU_UNITS=
|
||||
SYSINIT_UNITS= # si_prc si_c si_dll
|
||||
endif
|
||||
ifeq ($(ARCH),arm)
|
||||
|
||||
@ -72,7 +72,7 @@ SYSINIT_UNITS=si_prc si_c21g si_c21 si_c si_dll si_uc
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CPU_UNITS=ports
|
||||
CPU_UNITS=
|
||||
SYSINIT_UNITS= # si_prc si_c si_dll
|
||||
endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user