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: AC_NO_EXECUTABLES in libc/machine/sh


On Tue, 2006-04-25 at 15:56 +0100, Nick Clifton wrote:

> Unfortunately I have not been able to work out why this "lib_a-" prefix 
> has appeared, nor why it is not being applied to the files built in the 
> machine sub-directory.  Any clues in this direction would be greatly 
> appreciated.

Generally speaking, without having looked into newlib's details, such
prefixes are caused by using per <automake primary>-CPPFLAGS.

I.e. probably newlib now somewhere has something of this kind in a
Makefile:

lib_a_CPPFLAGS = ....


Ralf



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