This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: Fix build with --enable-static=no


This patch to libgo fixes the build when configuring with
--enable-static=no.  It also ensures that a couple of .gox files that
are only used for testing are built.  Since they are only used for
testing, nothing depends on them, so adding them to noinst_DATA makes
sure they are built for the gotools tests.  Bootstrapped and ran Go
tests on x86_64-pc-linux-gnu both with and without --enable-static=no.
Committed to mainline.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]