This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21698] creating first stage compiler
- From: "jlm_devel at laposte dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 May 2005 18:22:21 -0000
- Subject: [Bug bootstrap/21698] creating first stage compiler
- References: <20050521154049.21698.jlm_devel@laposte.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jlm_devel at laposte dot net 2005-05-21 18:22 -------
I re-checked to be sure... and I confirm :
$ make all-gcc
...
$ echo $?
2
$ cd gcc
$ make all
...
$ echo $?
0
$ ls libgcc.a
libgcc.a
so the issue is : two make that should have the same behaviour don't
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21698