Browse Source

Re-add 'Lost in translation' mmx unit for i386-linux target

Pierre Muller 2 years ago
parent
commit
febb45c39c
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

@@ -891,7 +891,7 @@ SYSINIT_UNITS=
 LOADERS=prt0 dllprt0 cprt0 gprt0
 ifeq ($(ARCH),i386)
 override LOADERS=
-CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
+CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT) $(MMXUNIT)
 SYSINIT_UNITS=si_prc si_c21g si_c21 si_c si_dll si_uc
 endif
 ifeq ($(ARCH),x86_64)

+ 1 - 1
rtl/linux/Makefile.fpc

@@ -78,7 +78,7 @@ LOADERS=prt0 dllprt0 cprt0 gprt0
 
 ifeq ($(ARCH),i386)
 override LOADERS=
-CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
+CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT) $(MMXUNIT)
 SYSINIT_UNITS=si_prc si_c21g si_c21 si_c si_dll si_uc
 endif