diff options
| author | Filip Strömbäck <filip.stromback@liu.se> | 2018-04-18 16:59:40 +0200 |
|---|---|---|
| committer | Filip Strömbäck <filip.stromback@liu.se> | 2018-04-18 16:59:40 +0200 |
| commit | faedf3ab0659cff849034d85d7c58551afb2d5eb (patch) | |
| tree | 32dd8744f31314c167521a14f58a353e2068d1ed /src/Make.config | |
| parent | db66a7426d91c3513dad0ba2bb795aa6164c5be1 (diff) | |
| download | pintos-rs-faedf3ab0659cff849034d85d7c58551afb2d5eb.tar.gz | |
Fixed compilation issues on the latest GCC and QEMU.
Signed-off-by: Filip Strömbäck <filip.stromback@liu.se>
Diffstat (limited to 'src/Make.config')
| -rw-r--r-- | src/Make.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
