This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
irix bootstrap fail in mkdeps.c
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: irix bootstrap fail in mkdeps.c
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Thu, 15 Feb 2001 05:16:17 -0000
- Cc: "'nathan at codesourcery dot com'" <nathan at codesourcery dot com>
Current irix cvs bootstrap with cc fails with
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I.
-I/exd4/billingd/src/gcc/gcc -I/exd4/billingd/src/gcc/gcc/.
-I/exd4/billingd/src/gcc/gcc/config -I/exd4/billingd/src/gcc/gcc/../include
/exd4/billingd/src/gcc/gcc/mkdeps.c -o mkdeps.o
"/exd4/billingd/src/gcc/gcc/mkdeps.c", line 194: error(1140): a value of
type
"int" cannot be used to initialize an entity of type "char *"
char *start = basename (tgt);
^
1 error detected in the compilation of
"/exd4/billingd/src/gcc/gcc/mkdeps.c".
This is probably due to
2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
* mkdeps.c (deps_add_default_target): Robustify. Add
basename component only.
* cpp.texi (-M): Describe how default target is generated.
* invoke.texi (-M): Likewise.