Installing headers with 0.9.29 spawns gcc errors

Yann E. MORIN yann.morin.1998 at anciens.enib.fr
Thu May 17 21:44:09 UTC 2007


Paul, all,

On Thursday 17 May 2007 23:13, Yann E. MORIN wrote:
> On Thursday 17 May 2007 21:48, Paul Brook wrote:
> > No. We shouldn't be invoking the compiler in the first place.
> > We should either use the right compiler (with all the right options), or don't 
> > use a compiler at all.
> Right. I'll see if I can come up with something... Thanks for the insights!

OK, first off, the 'headers' make rule found in Makefile.in looks like:

===
headers: include/bits/uClibc_config.h
        $(Q)$(MAKE) headers-y
[--SNIP--]
===

And the headers-y rule is exactly this:

===
headers-y: $(headers-y)
        @true
===

So what is the point here? Do we simply want to trim this off? Also, we're
building a headers-y variable, which is only used here. Do we yank it as
well? Or is it unfinished stuff?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< °_° >==-- °------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
°------------------------------°-------°------------------°--------------------°




More information about the uClibc mailing list