Avoid MMX and SSE instructions in the MINIX programs and libraries
This commit is contained in:
parent
ea1971bd21
commit
e3d0bb59ab
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4
|
||||
CFLAGS+= -fno-builtin -Wall
|
||||
CFLAGS+= -fno-builtin -Wall -march=i586
|
||||
|
|
Loading…
Reference in a new issue