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

This commit is contained in:
Pierre Muller 2023-08-10 15:18:01 +02:00
parent ddd4011b08
commit febb45c39c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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