diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-23 16:14:13 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-23 16:14:13 +0000 |
commit | 4358a2ef5729640ea131be4585e6c0308914eebe (patch) | |
tree | 3e00e79fcbb8d5f2082b182981b537460ea4efb2 /gcc/go/Make-lang.in | |
parent | 79f829c113cc962655d2261b38068460c6bee950 (diff) | |
download | gcc-4358a2ef5729640ea131be4585e6c0308914eebe.tar.gz |
* go-backend.c: Don't #include "rtl.h".
(go_imported_unsafe): Don't call init_varasm_once.
* Make-lang.in (go/go-backend.o): Don't depend on $(RTL_H).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go/Make-lang.in')
-rw-r--r-- | gcc/go/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/Make-lang.in b/gcc/go/Make-lang.in index 159bf9c524c..3cb18d6adcf 100644 --- a/gcc/go/Make-lang.in +++ b/gcc/go/Make-lang.in @@ -240,7 +240,7 @@ GO_RUNTIME_H = go/gofrontend/runtime.h go/gofrontend/runtime.def GO_AST_DUMP_H = go/gofrontend/ast-dump.h go/gofrontend/string-dump.h go/go-backend.o: go/go-backend.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - $(TM_H) $(RTL_H) $(TREE_H) $(TM_P_H) output.h $(TARGET_H) \ + $(TM_H) $(TREE_H) $(TM_P_H) output.h $(TARGET_H) \ $(COMMON_TARGET_H) CFLAGS-go/go-lang.o += -DDEFAULT_TARGET_VERSION=\"$(version)\" \ |