libgo: fix makefile buglet
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 21 Nov 2017 06:19:10 +0000 (06:19 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 21 Nov 2017 06:19:10 +0000 (06:19 +0000)
commitc9548fa4f1c1eaee8d5760632d2f47c649f25238
treeebbdafbaed8438eccfc128024fa0f2afb065c26c
parent5e43a9eeca114f99248c46495449d6fd4fc2b63e
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

From-SVN: r254984
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in