This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Support getconf -v POSIX_V6_*LP*OFF*


Jakub Jelinek <jakub@redhat.com> writes:

> @@ -260,3 +262,13 @@ bug-glob2-ENV = MALLOC_TRACE=$(objpfx)bu
>  
>  $(objpfx)bug-glob2-mem: $(objpfx)bug-glob2.out
>  	$(common-objpfx)malloc/mtrace $(objpfx)bug-glob2.mtrace > $@
> +
> +$(inst_libexecdir)/getconf: $(objpfx)getconf FORCE
> +	$(addprefix $(..)./scripts/mkinstalldirs ,\
> +		    $(filter-out $(wildcard $@),$@))
> +	for spec in `LC_ALL=C GETCONF_DIR=/dev/null \
> +		     $(run-program-prefix) $< \
> +		     _POSIX_V6_WIDTH_RESTRICTED_ENVS`; do \

This will fail when installing a cross-compiled glibc.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]