This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug bootstrap/21698] creating first stage compiler


------- 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


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