aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-09-22 18:49:52 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-09-22 18:49:52 +0000
commitc90df0d293367452d193f04a18c2233d64a10d1a (patch)
tree7f9287f57a409e317a402d63c9ead0cd7ce42fec /libgo/Makefile.in
parentf25afa93f72f44feb104ba340fe882e9b67da7d7 (diff)
downloadgcc-c90df0d293367452d193f04a18c2233d64a10d1a.zip
gcc-c90df0d293367452d193f04a18c2233d64a10d1a.tar.gz
gcc-c90df0d293367452d193f04a18c2233d64a10d1a.tar.bz2
debug/xcoff,cmd: add XCOFF support
Reviewed-on: https://go-review.googlesource.com/64592 From-SVN: r253105
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 3ace02d..064df58 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -612,7 +612,8 @@ toolexeclibgodebug_DATA = \
debug/gosym.gox \
debug/macho.gox \
debug/pe.gox \
- debug/plan9obj.gox
+ debug/plan9obj.gox \
+ debug/xcoff.gox
toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
toolexeclibgoencoding_DATA = \
@@ -873,6 +874,7 @@ PACKAGES = \
debug/macho \
debug/pe \
debug/plan9obj \
+ debug/xcoff \
encoding \
encoding/ascii85 \
encoding/asn1 \
@@ -1298,6 +1300,7 @@ TEST_PACKAGES = \
debug/macho/check \
debug/pe/check \
debug/plan9obj/check \
+ debug/xcoff/check \
encoding/ascii85/check \
encoding/asn1/check \
encoding/base32/check \