svn commit: trunk/uClibc

Peter S. Mazinger ps.m at gmx.net
Tue Dec 6 07:20:57 UTC 2005


On Mon, 5 Dec 2005 sjhill at uclibc.org wrote:

> Author: sjhill
> Date: 2005-12-05 18:24:21 -0800 (Mon, 05 Dec 2005)
> New Revision: 12674
> 
> Log:
> Fix includes for NPTL thread model.
> 
> 
> Modified:
>    trunk/uClibc/Rules.mak
> 
> 
> Changeset:
> Modified: trunk/uClibc/Rules.mak
> ===================================================================
> --- trunk/uClibc/Rules.mak	2005-12-06 01:29:10 UTC (rev 12673)
> +++ trunk/uClibc/Rules.mak	2005-12-06 02:24:21 UTC (rev 12674)
> @@ -349,7 +349,7 @@
>  PTDIR := $(top_builddir)libpthread/$(PTNAME)
>  # set up system dependencies include dirs (NOTE: order matters!)
>  ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
> -PTINC := \
> +PTINC:=	-I$(PTDIR)						\

shouldn't PTDIR be last in the list so that arch specific stuff is found 
first ?

>  	-I$(PTDIR)/compat					\
>  	-I$(PTDIR)/sysdeps/unix/sysv/linux/$(TARGET_ARCH)	\
>  	-I$(PTDIR)/sysdeps/$(TARGET_ARCH)			\
> @@ -357,7 +357,8 @@
>  	-I$(PTDIR)/sysdeps/pthread				\
>  	-I$(PTDIR)/sysdeps/pthread/bits				\
>  	-I$(PTDIR)/sysdeps/generic				\
> -	-Ildso/include						\
> +	-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH)			\
> +	-I$(top_srcdir)ldso/include				\
>  	-include $(PTDIR)/compat/libc-symbols.h
>  #
>  # Test for TLS if NPTL support was selected.
> 
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 
> 

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




More information about the uClibc mailing list