diff options
author | YamaArashi <shadow962@live.com> | 2016-04-25 20:09:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-25 20:09:57 -0700 |
commit | 31cf69f88e968da5857ee39333d60bb81c021520 (patch) | |
tree | 37e685b669a30209b7db7a6f5b21faed90c5819c /gcc/Makefile | |
parent | b03d2c9d30b7f15fddd6fb34401b4ca58a121229 (diff) |
make compilable using MinGW
Diffstat (limited to 'gcc/Makefile')
-rw-r--r-- | gcc/Makefile | 4 |
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 |