From f2eb3a78c7b69c4b8e118d91327cc5c1016481fc Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 28 Aug 2022 22:23:05 +0200 Subject: kernel/amd64: SSE support --- ports/bin/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports') diff --git a/ports/bin/cc b/ports/bin/cc index 6478b6e..885b512 100755 --- a/ports/bin/cc +++ b/ports/bin/cc @@ -1,5 +1,5 @@ #!/bin/sh -exec x86_64-elf-gcc -ffreestanding -fPIE -mno-sse \ +exec x86_64-elf-gcc -ffreestanding -fPIE \ -nostdlib -Wl,-pie -Wl,-no-dynamic-linker -T $REPO/src/user/linker.ld \ -I$REPO/src/ -I$REPO/src/shared/include/ -I$REPO/src/user/lib/include/ \ $* \ -- cgit v1.2.3