This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11043] make -j2 fails due to missing rules
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2003 06:39:15 -0000
- Subject: [Bug bootstrap/11043] make -j2 fails due to missing rules
- References: <20030531055135.11043.dhazeghi@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11043
------- Additional Comments From dhazeghi at yahoo dot com 2003-07-09 06:39 -------
Changing x-crtinit to crtinit mostly helps, except that now I get:
/home/dara/mainline/objdir/gcc/xgcc -B/home/dara/mainline/objdir/gcc/ -B/usr/local/arc-
elf32/bin/ -B/usr/local/arc-elf32/lib/ -isystem /usr/local/arc-elf32/include -isystem /usr/local/
arc-elf32/sys-include -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../
gcc/gcc/config -I../../gcc/gcc/../include -I../intl \
-DCRT_INIT -finhibit-size-directive -fno-inline-functions \
-g0 -c ../../gcc/gcc/config/arc/initfini.c -o /crtinit.o
This is with mainline. Should be easily reproducible, just configure for arc-elf32 target and build
(no need for newlib, binutils, etc. to see this problem).