diff options
author | Ian Lance Taylor <iant@google.com> | 2011-06-14 05:53:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-06-14 05:53:10 +0000 |
commit | 3b8dffe701e9a1f6641f3ff1f08899614ce38ae0 (patch) | |
tree | 075a60d271b289fa96fb47546b7be74d188590e1 /libgo/Makefile.am | |
parent | 8365a060e613196d31719832af2a4cb2b9886a30 (diff) | |
download | gcc-3b8dffe701e9a1f6641f3ff1f08899614ce38ae0.zip gcc-3b8dffe701e9a1f6641f3ff1f08899614ce38ae0.tar.gz gcc-3b8dffe701e9a1f6641f3ff1f08899614ce38ae0.tar.bz2 |
Change builtin make to runtime call at lowering time.
Use kindNoPointers as 6g does.
* Make-lang.in (go/expressions.o): Depend on $(GO_RUNTIME_H).
From-SVN: r175008
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r-- | libgo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am index c98a176..761a11a 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -381,6 +381,7 @@ runtime_files = \ runtime/go-interface-eface-compare.c \ runtime/go-interface-val-compare.c \ runtime/go-lock-os-thread.c \ + runtime/go-make-slice.c \ runtime/go-map-delete.c \ runtime/go-map-index.c \ runtime/go-map-len.c \ |