Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/libexec/ld.elf_so



On Sunday 26 October 2008 07:11:54 matthew green wrote:
> Module Name:  src
> Committed By: mrg
> Date:         Sun Oct 26 07:11:54 UTC 2008
>
> Modified Files:
>       src/libexec/ld.elf_so: Makefile rtld.c
>       src/libexec/ld.elf_so/arch/i386: Makefile.inc
>       src/libexec/ld.elf_so/arch/sparc: Makefile.inc
>
> Log Message:
> if LD32DIR is defined:
> - look in src/compat/lib/libc for libc_pic.

Using libc_pic should die imo and be replaced with building the required bits 
of libc in src/libexec/ld.elf_so.

This allows

        1) standalone builds, i.e you don't need libc_pic
        2) easier detection of ld.elf_so bloat due to new libc dependencies. 
This
           bloat actually breaks ld.elf_so on hppa.

Nick


Home | Main Index | Thread Index | Old Index