mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Fixed tasking SSE
This commit is contained in:
4
Makefile
4
Makefile
@ -61,8 +61,8 @@ CFLAGS := \
|
||||
|
||||
ifeq ($(OSARCH), amd64)
|
||||
|
||||
CFLAGS += -fno-pic -fno-pie -mno-80387 -mno-mmx -mno-3dnow \
|
||||
-mno-red-zone -march=x86-64 -pipe \
|
||||
CFLAGS += -fno-pic -fno-pie \
|
||||
-mno-red-zone -march=x86-64 -pipe \
|
||||
-mcmodel=kernel -msoft-float -fno-builtin
|
||||
CFLAG_STACK_PROTECTOR := -fstack-protector-all
|
||||
LDFLAGS += -TArchitecture/amd64/linker.ld \
|
||||
|
Reference in New Issue
Block a user