Commit b3b2cbc4 by Mike Frysinger Committed by DJ Delorie

* gcc/Makefile.in (gcc-cross): Add $(exeext) to target name.

From-SVN: r112847
parent 33c9159e
2006-04-10 Mike Frysinger <vapier@gentoo.org>
* gcc/Makefile.in (gcc-cross): Add $(exeext) to target name.
2006-04-10 Aldy Hernandez <aldyh@redhat.com>
PR/21391
......
......@@ -1251,7 +1251,7 @@ config.status: $(srcdir)/configure $(srcdir)/config.gcc
all.internal: start.encap rest.encap doc
# This is what to compile if making a cross-compiler.
all.cross: native gcc-cross cpp$(exeext) specs \
all.cross: native gcc-cross$(exeext) cpp$(exeext) specs \
$(LIBGCC) $(EXTRA_PARTS) lang.all.cross doc @GENINSRC@ srcextra
# This is what must be made before installing GCC and converting libraries.
start.encap: native xgcc$(exeext) cpp$(exeext) specs \
......@@ -1361,7 +1361,7 @@ $(SPECS): xgcc$(exeext)
# We do want to create an executable named `xgcc', so we can use it to
# compile libgcc2.a.
# Also create gcc-cross, so that install-common will install properly.
gcc-cross: xgcc$(exeext)
gcc-cross$(exeext): xgcc$(exeext)
cp xgcc$(exeext) gcc-cross$(exeext)
dummy-checksum.o : dummy-checksum.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment