This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gccgo] Don't define GO_DEBUGGING_INFO
- From: Ian Lance Taylor <iant at google dot com>
- To: gcc-patches at gcc dot gnu dot org, gofrontend-dev at googlegroups dot com
- Date: Tue, 16 Nov 2010 10:37:52 -0800
- Subject: [gccgo] Don't define GO_DEBUGGING_INFO
The shift from -ggo to -fdump-go-specs means that the GO_DEBUGGING_INFO
macro is no longer used. This patch removes the Make-lang.in bit which
defined it. Committed to gccgo branch.
Ian
Index: Make-lang.in
===================================================================
--- Make-lang.in (revision 166781)
+++ Make-lang.in (working copy)
@@ -20,9 +20,6 @@
# This file provides the language dependent support in the main Makefile.
-# Build Go export info generator.
-INTERNAL_CFLAGS += -DGO_DEBUGGING_INFO
-
# Installation name.
GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)')