diff options
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 |