From 85c46e72cc16ef0a28d0dc08b8f76d280e8cbe07 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 10 Jul 2008 19:28:12 +0000 Subject: [PATCH] * reverted previous commit because it turned out when testing on x86-64, that unit x86 requires a deep overhaul git-svn-id: trunk@11359 - --- rtl/linux/Makefile | 2 +- rtl/linux/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index 5926562979..8b66fd90b3 100644 --- a/rtl/linux/Makefile +++ b/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) diff --git a/rtl/linux/Makefile.fpc b/rtl/linux/Makefile.fpc index 3039e3a003..8351cc06b1 100644 --- a/rtl/linux/Makefile.fpc +++ b/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