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: [newb] GCC machine description help, modifying existing md


Hi, thanks for your help!
stage 1 gcc compiled with the modified "callz" instruction.
The "callz" instruction showed up in my assembly dump now!!

Thanks so much,
David.


2009/3/13 Ian Lance Taylor <iant@google.com>:
>
> Part of stage 1 involves building the runtime support library. ?This is
> needed in order to build stage 2, since the stage 2 compiler will need
> to be linked with some runtime support library. ?The failure above
> occurred while building the runtime support library.
>
> To build only the stage 1 compiler proper, and not the stage 1 runtime
> library, use "make all-stage1-gcc".
>
> Ian
>


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