libgo: fix build when using -enable-static=no
commitba0f39c8fa72e1e695810d4f9d99e5e888059624
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Sep 2017 23:31:00 +0000 (20 23:31 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Sep 2017 23:31:00 +0000 (20 23:31 +0000)
treed215d05316d47d51edd70abb6400cb803f1591bf
parent78335d50e8d52c6d5e9b382e14c74eb867930763
libgo: fix build when using -enable-static=no

    With -enable-static=no we don't build non-pic objects, but libgotool.a
    is built from non-pic objects.  Build the packages that go into
    libgotool.a in static mode in all cases.

    Also ensure that internal test packages are built, since nothing
    explicitly depended on them.

    Reviewed-on: https://go-review.googlesource.com/65050

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253042 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in