This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: Configuring and building libgloss


"Jie Zhang" <jzhang918@gmail.com> writes:
> $ ../src/libgloss/configure --verbose --target bfin-elf
> $ make
> 
> don't work for me. When make, the host gcc is used instead of target cross gcc.

When configuring target libraries, you use --build for the machine
you're building on, and --host for the machine the library runs on.
--target is not used.


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