Abgeschickt von ukslim am 26 Oktober, 2000 um 16:22:11
Antwort auf: Re: There IS a free Borland C++ Compiler (link inside) von tubooboo (siteop) am 26 Oktober, 2000 um 01:36:42:
: correct gcc is a c compiler
: the free c++ compiler is called g++
: btw gcc-sh-elf works fine here
Well, that's a complex one. The GNU geeks like to play
with acronyms...
GCC used to stand for "GNU C compiler" and was just
a C compiler. Now it stands for "GNU Compiler Collection".
The gcc binary (lower case) is a C compiler and comes
with GCC, g++ also comes with the GCC package.
See the very top of http://gcc.gnu.org/onlinedocs/gcc_1.html
I can't find anything in the g++ docs which excludes
any particular target platform, so I'm guessing that
SH series *should* be supported as a target platform
by g++.