diff options
| author | klaar36 <klas.arvidsson@liu.se> | 2016-04-13 18:46:11 +0200 |
|---|---|---|
| committer | klaar36 <klas.arvidsson@liu.se> | 2016-04-13 18:46:11 +0200 |
| commit | 20916967e7efc49716e17725d157693f254eface (patch) | |
| tree | ee239be59ca0d55e064575311ae70341b9fe4b3f | |
| parent | f169fd23549263640e58b278d2baf4aabd73d734 (diff) | |
| download | pintos-rs-20916967e7efc49716e17725d157693f254eface.tar.gz | |
changed to -std=gnu99 compilation
| -rw-r--r-- | src/Make.config | 2 | ||||
| -rw-r--r-- | src/examples/libc.a | bin | 77646 -> 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 Binary files differdeleted file mode 100644 index ce42863..0000000 --- a/src/examples/libc.a +++ /dev/null |
