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: FW: GCC Cross Compiler for cygwin


On Fri, 2005-04-29 at 17:29, Amir Fuhrmann wrote:
> 1. If I am ONLY interested in the compiler, and do NOT want to build
> libraries, what would be the process ??

"make all-gcc" will build just the compiler without the libraries.

> 2. I looked at newlib, but wasn't sure of the process of including it as
> a combined tree .. Which subdir should I move over to the gcc tree ??

You need newlib and libgloss.  They should be in the toplevel gcc
directory, along side libstdc++ and libiberty.  The rest of the stuff is
common to the binutils/gdb/gcc/newlib trees.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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