[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc
Subject:    svn commit: trunk/uClibc/libpthread/linuxthreads.old_db
From:       ps.m () gmx ! net (Peter S !  Mazinger)
Date:       2005-11-29 23:20:58
Message-ID: Pine.LNX.4.44.0511300815520.5778-100000 () lnx ! bridge ! intra
[Download RAW message or body]

On Tue, 29 Nov 2005 vapier@uclibc.org wrote:

> Author: vapier
> Date: 2005-11-29 19:17:07 -0800 (Tue, 29 Nov 2005)
> New Revision: 12592
> 
> Log:
> tweak setting of so/a-y slightly
> 
> Modified:
>    trunk/uClibc/libpthread/linuxthreads.old_db/Makefile.in
> 
> 
> Changeset:
> Modified: trunk/uClibc/libpthread/linuxthreads.old_db/Makefile.in
> ===================================================================
> --- trunk/uClibc/libpthread/linuxthreads.old_db/Makefile.in	2005-11-30 03:16:50 UTC (rev 12591)
> +++ trunk/uClibc/libpthread/linuxthreads.old_db/Makefile.in	2005-11-30 03:17:07 UTC (rev 12592)
> @@ -21,12 +21,12 @@
>  
>  libthread_db_OBJ := $(patsubst $(libthread_db_DIR)/%.c,$(libthread_db_OUT)/%.o,$(libthread_db_SRC))
>  
> +libthread_db-so-y := $(libthread_db_OBJ:.o=.os)
>  ifeq ($(DOPIC),y)
> -libthread_db-a-y := $(libthread_db_OBJ:.o=.os)
> +libthread_db-a-y  := $(libthread_db-so-y)
>  else
> -libthread_db-a-y := $(libthread_db_OBJ)
> +libthread_db-a-y  := $(libthread_db_OBJ)
>  endif
> -libthread_db-so-y := $(libthread_db_OBJ:.o=.os)
>  
>  libthread_db-multi-y := $(libthread_db_SRC)

There would be more like this, but I didn't wanted to reference the -so-y 
versions, because they could be "unused" if HAVE_SHARED is not set.

These were earlier libthread_db-so-$(HAVE_SHARED), I have modified them to 
allow building the object "almost" independently of .config settings.

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic