public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Need GCC-2.95 internals document or how to add a new port to  GCC-2.95
@ 2010-01-27 13:05 Prashant Purohit
  2010-01-27 15:37 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Prashant Purohit @ 2010-01-27 13:05 UTC (permalink / raw)
  To: gcc-help


Hi all,

        I need the gcc internals document for gcc-2.95 version as I am not
able to add a new target to this GCC version and getting error as : 

        configure: error: invalid value of canonical target
        Configure in /root/newbuild/gcc failed, exiting.

        There is no config.gcc file in /gcc-2.95/gcc/ directory and I added
new target in only configure.in file in the same directory. 
       
         If anyone know about this please help me, As I want to compare
current GCC version with GCC 2.95. I know GCC - 2.95 is timed out or very
old version.

Regards,
Prashant

-- 
View this message in context: http://old.nabble.com/Need-GCC-2.95-internals-document-or-how-to-add-a-new-port-to-GCC-2.95-tp27338700p27338700.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Need GCC-2.95 internals document or how to add a new port to  GCC-2.95
  2010-01-27 13:05 Need GCC-2.95 internals document or how to add a new port to GCC-2.95 Prashant Purohit
@ 2010-01-27 15:37 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2010-01-27 15:37 UTC (permalink / raw)
  To: Prashant Purohit; +Cc: gcc-help

Prashant Purohit <prashantpurohit025@gmail.com> writes:

>         I need the gcc internals document for gcc-2.95 version as I am not
> able to add a new target to this GCC version and getting error as : 
>
>         configure: error: invalid value of canonical target
>         Configure in /root/newbuild/gcc failed, exiting.
>
>         There is no config.gcc file in /gcc-2.95/gcc/ directory and I added
> new target in only configure.in file in the same directory. 
>        
>          If anyone know about this please help me, As I want to compare
> current GCC version with GCC 2.95. I know GCC - 2.95 is timed out or very
> old version.

In gcc 2.95.3 there was no distinction between the user manual and the
internals manual.  You can build the gcc manual via "make gcc.info" in
the gcc subdirectory of a configured build directory.  You can read
the gcc.info file using the info program which is part of the texinfo
package.

You probably need to add your target to the top level config.sub file.

All that said, porting gcc 2.95.3 to a new target seems like a serious
waste of time.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-27 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27 13:05 Need GCC-2.95 internals document or how to add a new port to GCC-2.95 Prashant Purohit
2010-01-27 15:37 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).