Makefile.am (GOLINK): Add GOCFLAGS.
authorIan Lance Taylor <iant@google.com>
Thu, 12 Mar 2015 16:44:36 +0000 (16:44 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 Mar 2015 16:44:36 +0000 (16:44 +0000)
* Makefile.am (GOLINK): Add GOCFLAGS.
* Makefile.in: Rebuild.

From-SVN: r221397

gotools/ChangeLog
gotools/Makefile.am
gotools/Makefile.in

index f8ab65f..fbe4d74 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-12  Ian Lance Taylor  <iant@google.com>
+
+       * Makefile.am (GOLINK): Add GOCFLAGS.
+       * Makefile.in: Rebuild.
+
 2015-01-23  Ian Lance Taylor  <iant@google.com>
 
        PR go/64738
index a63346f..9d3ca22 100644 (file)
@@ -39,7 +39,7 @@ GOCFLAGS = $(CFLAGS_FOR_TARGET)
 GOCOMPILE = $(GOCOMPILER) $(GOCFLAGS)
 
 AM_LDFLAGS = -L $(libgodir) -L $(libgodir)/.libs
-GOLINK = $(GOCOMPILER) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
+GOLINK = $(GOCOMPILER) $(GOCFLAGS) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
 
 cmdsrcdir = $(srcdir)/../libgo/go/cmd
 
index d56e224..c370157 100644 (file)
@@ -231,7 +231,7 @@ LIBGODEP = $(libgodir)/libgo.la
 @NATIVE_TRUE@GOCOMPILER = $(GOC_FOR_TARGET)
 GOCOMPILE = $(GOCOMPILER) $(GOCFLAGS)
 AM_LDFLAGS = -L $(libgodir) -L $(libgodir)/.libs
-GOLINK = $(GOCOMPILER) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
+GOLINK = $(GOCOMPILER) $(GOCFLAGS) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
 cmdsrcdir = $(srcdir)/../libgo/go/cmd
 go_cmd_go_files = \
        $(cmdsrcdir)/go/build.go \
@@ -518,8 +518,8 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-@NATIVE_FALSE@uninstall-local:
 @NATIVE_FALSE@install-exec-local:
+@NATIVE_FALSE@uninstall-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \