* 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:
florian 2008-07-10 19:28:12 +00:00
parent 9c7b0c7693
commit 85c46e72cc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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