svn commit: trunk/uClibc

Peter S. Mazinger ps.m at gmx.net
Mon Jun 19 08:59:22 UTC 2006


On Sun, 18 Jun 2006 vapier at uclibc.org wrote:

> Author: vapier
> Date: 2006-06-18 17:45:38 -0700 (Sun, 18 Jun 2006)
> New Revision: 15422
> 
> Log:
> if $(LD) doesnt support --help, dont warn about it (stupid Darwin users)

this part is also changed in the big patch, because if using a vanilla
(non-hardened) toolchain, else it will create binaries w/ text relocs.

Peter
> 
> Modified:
>    trunk/uClibc/Rules.mak
> 
> 
> Changeset:
> Modified: trunk/uClibc/Rules.mak
> ===================================================================
> --- trunk/uClibc/Rules.mak	2006-06-18 23:59:03 UTC (rev 15421)
> +++ trunk/uClibc/Rules.mak	2006-06-19 00:45:38 UTC (rev 15422)
> @@ -296,7 +296,7 @@
>  ifneq ($(UCLIBC_BUILD_PIE),y)
>  export LDPIEFLAG:=
>  else
> -export LDPIEFLAG:=$(shell $(LD) --help | grep -q pie && echo "-Wl,-pie")
> +export LDPIEFLAG:=$(shell $(LD) --help 2>/dev/null | grep -q -- -pie && echo "-Wl,-pie")
>  endif
>  endif
>  
> 
> _______________________________________________
> 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