------- Additional Comments From pluto at agmk dot net  2005-06-16 18:44 -------
(In reply to comment #7) 
> Complete patch is here, but currently x86-linux C bootstrap is broken: 
> http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01327.html 
 
with fixes from comment #6 I can bootstrap ada/gnatlib on ix86 & x86-64. 
I'm passing -O0 only for STAGE1_CFLAGS. stage2/3 are build with -O2. 
 
%{__make} -C obj-%{_target_platform} \ 
        %{?with_bootstrap:%{?with_profiling:profiled}bootstrap} \ 
        GCJFLAGS="%{rpmcflags}" \ 
        BOOT_CFLAGS="%{rpmcflags}" \ 
        STAGE1_CFLAGS="%{rpmcflags} -O0" 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22022

Reply via email to