This is the mail archive of the gcc-help@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: How to get only C sources from SVN?


niXman <i.nixman@gmail.com> writes:

> For C++ I checkout the:
> svn checkout svn://gcc.gnu.org/svn/gcc/trunk/gcc/cp gcc-trunk/gcc/cp
> svn checkout svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3 gcc-trunk/libstdc++-v3
>
> For Fortran:
> svn checkout svn://gcc.gnu.org/svn/gcc/trunk/gcc/fortran gcc-trunk/gcc/fortran
> svn checkout svn://gcc.gnu.org/svn/gcc/trunk/libgfortran gcc-trunk/libgfortran
>
> Bug for C I don't know how.
> Tell me please, how I can get sources only for C compiler?

I assume you are asking how to get the sources for just the C frontend.
You can't.  The C frontend is mixed in with the main compiler sources.
This will probably change some day, but so far it has not.

By the way, note that for the C++ frontend you should also check out
gcc/trunk/gcc/c-family.

Ian


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