summaryrefslogtreecommitdiff
path: root/dragonegg/Makefile
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-06-19 13:55:12 +0000
committerDuncan Sands <baldrick@free.fr>2011-06-19 13:55:12 +0000
commitda2065d0f4701dbd2f0ffe19aaa9bb521bc16034 (patch)
tree60e15350707c9edd457273755028cb5a5a0340e0 /dragonegg/Makefile
parent8c7035b4ee3ee8682fa0280a7315f3cae296b74c (diff)
Uniformize the name of the garbage collector root between gcc-4.5 and gcc-4.6.
Diffstat (limited to 'dragonegg/Makefile')
-rw-r--r--dragonegg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dragonegg/Makefile b/dragonegg/Makefile
index d8e883428a2..eec50c1eefe 100644
--- a/dragonegg/Makefile
+++ b/dragonegg/Makefile
@@ -113,3 +113,4 @@ gt-cache.h::
-r $(GCC_BUILD_DIR)/gcc/gtype.state \
-P $(GENGTYPE_OUTPUT) $(GENGTYPE_INPUT)
$(QUIET)sed -i "s/__.*gt/__gt/" $(GENGTYPE_OUTPUT)
+ $(QUIET)sed -i "s/_$(GCC_MAJOR)_$(GCC_MINOR)_/_/" $(GENGTYPE_OUTPUT)