Force some SSE extensions in our target
This commit is contained in:
parent
e6cf7f0ae1
commit
53c670b466
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ KNM = $(KERNEL_TARGET)-nm
|
||||
|
||||
CC=i686-pc-toaru-gcc
|
||||
AR=i686-pc-toaru-ar
|
||||
CFLAGS= -O3 -m32 -Wa,--32 -g -std=c99 -I. -Iapps -pipe
|
||||
CFLAGS= -O3 -m32 -Wa,--32 -g -std=c99 -I. -Iapps -pipe -mfpmath=sse -mmmx -msse -msse2
|
||||
LIBS=
|
||||
|
||||
LIBC_OBJS=$(patsubst %.c,%.o,$(wildcard libc/*.c))
|
||||
|
Loading…
Reference in New Issue
Block a user