aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2011-06-14 05:53:10 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-06-14 05:53:10 +0000
commit3b8dffe701e9a1f6641f3ff1f08899614ce38ae0 (patch)
tree075a60d271b289fa96fb47546b7be74d188590e1 /libgo/Makefile.am
parent8365a060e613196d31719832af2a4cb2b9886a30 (diff)
downloadgcc-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.am1
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 \