This is the mail archive of the gcc@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]

Re: "make bubblestrap" weirdness


On Jan 12, 2005, Kelley Cook <kcook@gcc.gnu.org> wrote:

> BTW, OK to install; it doesn't hurt anything besides running few more
> tiny scripts in every stage.

Ok, given a suitable ChangeLog entry.  Thanks,

> diff -prcd gcc-orig/gcc/Makefile.in gcc-snapshot/gcc/Makefile.in
> *** gcc-orig/gcc/Makefile.in    Wed Jan  5 12:31:37 2005
> --- gcc-snapshot/gcc/Makefile.in        Wed Jan 12 16:30:33 2005
> *************** STAGECOPYSTUFF = insn-flags.h insn-confi
> *** 950,959 ****
>    genrtl.c genrtl.h gt-*.h gtype-*.h gtype-desc.c gtyp-gen.h

>   # Files to be moved away after each stage in building.
> ! STAGEMOVESTUFF = *$(objext) \
> !  s-flags s-config s-codes s-mlib s-genrtl s-modes s-gtype \
> !  s-gtyp-gen s-output s-recog s-emit s-extract s-peep s-check
> s-conditions \
> !  s-attr s-attrtab s-opinit s-preds s-constants s-crt0 \
>    xgcc$(exeext) cpp$(exeext) cc1$(exeext) $(EXTRA_PASSES) \
>    $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \
>    protoize$(exeext) unprotoize$(exeext) \
> --- 950,956 ----
>    genrtl.c genrtl.h gt-*.h gtype-*.h gtype-desc.c gtyp-gen.h

>   # Files to be moved away after each stage in building.
> ! STAGEMOVESTUFF = *$(objext) s-* \
>    xgcc$(exeext) cpp$(exeext) cc1$(exeext) $(EXTRA_PASSES) \
>    $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \
>    protoize$(exeext) unprotoize$(exeext) \

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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