libgo: fix makefile buglet
commitef6ff05defb62ee40430fbd5541e7e3dc65ae6c2
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2017 06:19:10 +0000 (21 06:19 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2017 06:19:10 +0000 (21 06:19 +0000)
treeebbdafbaed8438eccfc128024fa0f2afb065c26c
parent68087a63406fe73d46eaef06ddcb6fc47492ce7e
libgo: fix makefile buglet

    Fix a small bug in the libgo Makefile recipe that constructs the
    directory from which to pick up libgcc_s.so ; the gccgo invocation
    with -print-libgcc-file-name was missing the flags, which meant that
    for -m32 builds we'd see the 64-bit libgcc dir.

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

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