Avoid MMX and SSE instructions in the MINIX programs and libraries

This commit is contained in:
Erik van der Kouwe 2011-07-22 11:59:31 +02:00
parent ea1971bd21
commit e3d0bb59ab

View file

@ -1,2 +1,2 @@
AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4
CFLAGS+= -fno-builtin -Wall
CFLAGS+= -fno-builtin -Wall -march=i586