From faedf3ab0659cff849034d85d7c58551afb2d5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= Date: Wed, 18 Apr 2018 16:59:40 +0200 Subject: Fixed compilation issues on the latest GCC and QEMU. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Strömbäck --- src/Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Make.config') diff --git a/src/Make.config b/src/Make.config index 69914d8..f6e3ccf 100644 --- a/src/Make.config +++ b/src/Make.config @@ -48,7 +48,7 @@ WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers # klaar36@ida 2015-03: -fno-omit-frame-pointer to get working backtrace # klaar36@ida 2016-05: -ffreestanding to assert freestanding environment # klaar36@ida 2016-05: -fno-inline to ease debugging -CFLAGS = -std=gnu99 -ggdb -msoft-float -fno-omit-frame-pointer -ffreestanding -fno-inline -O $(CFLAG_STACK_PROTECTOR) +CFLAGS = -std=gnu99 -ggdb -msoft-float -fno-omit-frame-pointer -ffreestanding -fno-inline -fno-pic -O $(CFLAG_STACK_PROTECTOR) CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs LDFLAGS = -- cgit v1.2.1