mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Removed soft-float flag
This commit is contained in:
parent
9da6f0f98e
commit
3ab856feca
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ ifeq ($(OSARCH), amd64)
|
||||
|
||||
CFLAGS += -fno-pic -fno-pie \
|
||||
-mno-red-zone -march=core2 -pipe \
|
||||
-mcmodel=kernel -msoft-float -fno-builtin
|
||||
-mcmodel=kernel -fno-builtin
|
||||
CFLAG_STACK_PROTECTOR := -fstack-protector-all
|
||||
LDFLAGS += -TArchitecture/amd64/linker.ld \
|
||||
-fno-pic -fno-pie \
|
||||
|
Loading…
x
Reference in New Issue
Block a user