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]

gotools patch committed: Build gotools with compiler options


This patch changes the gotools to add GOCFLAGS to the build command,
since the command is both compiling and linking.  The main effect of
this is to, by default, build with -g -O2, which previously was not
happening.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

2015-03-12  Ian Lance Taylor  <iant@google.com>

* Makefile.am (GOLINK): Add GOCFLAGS.
* Makefile.in: Rebuild.

Attachment: foo.txt
Description: Text document


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