Force some SSE extensions in our target

This commit is contained in:
K. Lange 2018-03-29 21:22:45 +09:00 committed by Kevin Lange
parent e6cf7f0ae1
commit 53c670b466

View File

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