aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-09-06 16:17:36 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-09-06 16:19:37 +0200
commit5ea29a8e87a24ac9e2b1ab4f05094102af6a3c9d (patch)
treed3a23ca084651f2c3d31e720e2c7475598cc5a3d /Makefile
parentf980302461faad89a3fd1075e5c977c9f6f9d58e (diff)
downloadqboot-5ea29a8e87a24ac9e2b1ab4f05094102af6a3c9d.zip
qboot-5ea29a8e87a24ac9e2b1ab4f05094102af6a3c9d.tar.gz
qboot-5ea29a8e87a24ac9e2b1ab4f05094102af6a3c9d.tar.bz2
inline string functions to movsb/stosb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64da22a..621919c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ BIOS_CFLAGS += -march=i386
BIOS_CFLAGS += -mregparm=3
BIOS_CFLAGS += -fno-stack-protector -fno-delete-null-pointer-checks
BIOS_CFLAGS += -ffreestanding
+BIOS_CFLAGS += -mstringop-strategy=rep_byte -minline-all-stringops
BIOS_CFLAGS += -Iinclude
dummy := $(shell mkdir -p .deps)