This is the mail archive of the gcc@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]

Re: build problem on Alpha


Richard Kenner wrote:
> /bin/sh ${srcdir}/mkfixinc.sh  alphaev56-dec-osf4.0c)
> No machine name given
> make: *** [fixinc.sh] Error 1

Can anyone commit this if it helps?

2000-12-03  Laurynas Biveinis  <lauras@softhome.net>

	* Makefile.in: use $(build_canonical), not $(canonical_build).

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.557
diff -u -r1.557 Makefile.in
--- Makefile.in 2000/12/03 17:30:15     1.557
+++ Makefile.in 2000/12/03 18:46:23
@@ -2036,7 +2039,7 @@
        (MAKE="$(MAKE)"; srcdir=`cd $(srcdir)/fixinc && pwd` ; \
        CC="$(CC)"; CFLAGS="$(CFLAGS)"; LDFLAGS="$(LDFLAGS)"; \
        export MAKE srcdir CC CFLAGS LDFLAGS; cd ./fixinc && \
-       $(SHELL) $${srcdir}/mkfixinc.sh $(canonical_build) $(target))
+       $(SHELL) $${srcdir}/mkfixinc.sh $(build_canonical) $(target))

 # Build fixed copies of system files.
 stmp-fixinc: fixinc.sh gsyslimits.h

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