aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-09-28 18:02:40 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-09-28 18:02:40 +0000
commit58920998e374bac41c6affea0284e6d1f00f5c42 (patch)
tree57f9b4dc84c2cab069293196315b22343576bfe9 /libgo/Makefile.in
parentfd5effb17e5f800fcaf54fc1223b77fa764b7f72 (diff)
downloadgcc-58920998e374bac41c6affea0284e6d1f00f5c42.zip
gcc-58920998e374bac41c6affea0284e6d1f00f5c42.tar.gz
gcc-58920998e374bac41c6affea0284e6d1f00f5c42.tar.bz2
libgo: fix for runtime/check failure with "-O0 -g"
Tweak the makefile rules for the runtime/check test to insure that the runtime package is compiled with "-fgo-compiling-runtime". This resolves a test failure (unsat on runtime.getcallerpc) when in a build directory where the compiler flags have been configured to disable optimization. Reviewed-on: https://go-review.googlesource.com/30010 From-SVN: r240588
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index ebb7ddf..b1fb87c 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1249,6 +1249,7 @@ CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
@LIBGO_IS_SOLARIS_FALSE@matchargs_os =
extra_go_files_runtime = runtime_sysinfo.go
runtime_go_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
+runtime_check_GOCFLAGS = -fgo-compiling-runtime
@LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \
@LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/route.lo