Browse Source

* reverted previous commit because it turned out when testing on x86-64, that unit x86 requires a deep overhaul

git-svn-id: trunk@11359 -
florian 17 years ago
parent
commit
85c46e72cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/linux/Makefile
  2. 1 1
      rtl/linux/Makefile.fpc

+ 1 - 1
rtl/linux/Makefile

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

+ 1 - 1
rtl/linux/Makefile.fpc

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