Skip to content

Commit 97b94fc

Browse files
committed
Revert "build: Specify -march=btver2 explicitly, for AMD Fam16h processors"
This reverts commit 335c103. Without -march=btver2 SKL can be used on AMD 15h or earlier and now that SKL more than fits into 64KiB limit, no need for such options to save a bit of space. Signed-off-by: Sergii Dmytruk <[email protected]>
1 parent c00c554 commit 97b94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif
2626
# at an arbitrary location, so build it as position independent, but link as
2727
# non-pie as all relocations are internal and there is no dynamic loader to
2828
# help.
29-
CFLAGS += -Os -g -MMD -MP -march=btver2 -mno-sse -mno-mmx -fpie -fomit-frame-pointer
29+
CFLAGS += -Os -g -MMD -MP -mno-sse -mno-mmx -fpie -fomit-frame-pointer
3030
CFLAGS += -Iinclude -ffreestanding -fno-common -Wall -Werror
3131
LDFLAGS += -nostdlib -no-pie -Wl,--build-id=none,--fatal-warnings,--defsym=BITS=$(BITS)
3232

0 commit comments

Comments
 (0)