ports/devel/avr-gcc/files/patch-ad
Joerg Wunsch d7e48044a5 Forgot to cvs add this patch in the previous commit. It (finally!) omits
re-installing avr-c++filt which is already present from avr-binutils.
2002-07-03 19:33:43 +00:00

12 lines
393 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- gcc/cp/Make-lang.in.orig Tue Jun 4 09:09:54 2002
+++ gcc/cp/Make-lang.in Mon Jun 17 23:16:10 2002
@@ -50,7 +50,8 @@
DEMANGLER_CROSS_NAME = `echo c++filt|sed '$(program_transform_cross_name)'`
# The name to use for the demangler program.
-DEMANGLER_PROG = c++filt$(exeext)
+#DEMANGLER_PROG = c++filt$(exeext)
+DEMANGLER_PROG =
#
# Define the names for selecting c++ in LANGUAGES.