aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorx <billmurray@tutanota.de>2017-06-07 12:40:52 +0200
committerPaolo Bonzini <bonzini@gnu.org>2018-10-24 00:38:36 +0200
commite9ea39d4b055829ba5ddf381d82d7a3b2d720409 (patch)
treeb8fa8e3ffd8e3af47a6b6b532fba826b3506b5dc
parent034f664d21da26bf13df0005e98cb36ef74c57ab (diff)
downloadqboot-e9ea39d4b055829ba5ddf381d82d7a3b2d720409.zip
qboot-e9ea39d4b055829ba5ddf381d82d7a3b2d720409.tar.gz
qboot-e9ea39d4b055829ba5ddf381d82d7a3b2d720409.tar.bz2
qboot/printf.c:141: more undefined references to `_GLOBAL_OFFSET_TABLE_' follow
Fix for qboot/printf.c:141: more undefined references to `_GLOBAL_OFFSET_TABLE_' follow
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 621919c..937b277 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ 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
+BIOS_CFLAGS += -fno-pic
dummy := $(shell mkdir -p .deps)
autodepend-flags = -MMD -MF .deps/cc-$(patsubst %/,%,$(dir $*))-$(notdir $*).d