aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorklaar36 <klas.arvidsson@liu.se>2016-04-13 18:46:11 +0200
committerklaar36 <klas.arvidsson@liu.se>2016-04-13 18:46:11 +0200
commit20916967e7efc49716e17725d157693f254eface (patch)
treeee239be59ca0d55e064575311ae70341b9fe4b3f /src
parentf169fd23549263640e58b278d2baf4aabd73d734 (diff)
downloadpintos-rs-20916967e7efc49716e17725d157693f254eface.tar.gz
changed to -std=gnu99 compilation
Diffstat (limited to 'src')
-rw-r--r--src/Make.config2
-rw-r--r--src/examples/libc.abin77646 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.config b/src/Make.config
index 0bd073f..b73cb46 100644
--- a/src/Make.config
+++ b/src/Make.config
@@ -46,7 +46,7 @@ endif
DEFINES =
WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
# klaar36@ida 2015-03: -fno-omit-frame-pointer to get working backtrace
-CFLAGS = -g -msoft-float -fno-omit-frame-pointer -O $(CFLAG_STACK_PROTECTOR)
+CFLAGS = -std=gnu99 -g -msoft-float -fno-omit-frame-pointer -O $(CFLAG_STACK_PROTECTOR)
CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
ASFLAGS = -Wa,--gstabs
LDFLAGS =
diff --git a/src/examples/libc.a b/src/examples/libc.a
deleted file mode 100644
index ce42863..0000000
--- a/src/examples/libc.a
+++ /dev/null
Binary files differ