Makefile bug
Andreas Schwab
schwab@issan.informatik.uni-dortmund.de
Wed Feb 18 01:53:00 GMT 1998
Building the demangler program requires a working target compiler (to
create underscore.c), thus it cannot be built in a canadian cross.
Mon Feb 16 21:20:22 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
which requires a working target compiler to build.
--- egcs-980214/gcc/cp/Make-lang.in.~1~ Mon Feb 16 19:48:58 1998
+++ egcs-980214/gcc/cp/Make-lang.in Mon Feb 16 21:01:12 1998
@@ -127,7 +127,7 @@
#
# Build hooks:
-c++.all.build: g++$(exeext) $(DEMANGLER_PROG)
+c++.all.build: g++$(exeext)
c++.all.cross: g++-cross$(exeext) $(DEMANGLER_PROG)
c++.start.encap: g++$(exeext)
c++.rest.encap: $(DEMANGLER_PROG)
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
schwab@gnu.org
More information about the Gcc
mailing list