summaryrefslogtreecommitdiff
path: root/gcc/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-25 20:09:57 -0700
committerYamaArashi <shadow962@live.com>2016-04-25 20:09:57 -0700
commit31cf69f88e968da5857ee39333d60bb81c021520 (patch)
tree37e685b669a30209b7db7a6f5b21faed90c5819c /gcc/Makefile
parentb03d2c9d30b7f15fddd6fb34401b4ca58a121229 (diff)
make compilable using MinGW
Diffstat (limited to 'gcc/Makefile')
-rw-r--r--gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile b/gcc/Makefile
index f97f677..d03008f 100644
--- a/gcc/Makefile
+++ b/gcc/Makefile
@@ -22,7 +22,7 @@
srcdir = .
VPATH = $(srcdir)
-CFLAGS = -g
+CFLAGS = -g -std=gnu11
CC = gcc
@@ -35,7 +35,7 @@ md_file=$(srcdir)/config/arm/thumb.md
# This tells GNU Make version 3 not to put all variables in the environment.
.NOEXPORT:
-HOST_RTL = rtl.o bitmap.o
+HOST_RTL = rtl.o bitmap.o obstack.o
HOST_RTLANAL = rtlanal.o
HOST_PRINT = print-rtl.o