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]

[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)')

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