This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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: Use existing makefile variables for dependencies on glibc libraries


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> diff --git a/benchtests/Makefile b/benchtests/Makefile
> index a0954cd..cdbb15e 100644
> --- a/benchtests/Makefile
> +++ b/benchtests/Makefile
> @@ -44,9 +44,9 @@ benchset := $(string-bench-all) $(stdlib-bench)
>  CFLAGS-bench-ffs.c += -fno-builtin
>  CFLAGS-bench-ffsll.c += -fno-builtin
>  
> -$(addprefix $(objpfx)bench-,$(bench-math)): $(common-objpfx)math/libm.so
> +$(addprefix $(objpfx)bench-,$(bench-math)): $(libm)
>  $(addprefix $(objpfx)bench-,$(bench-pthread)): \
> -	$(common-objpfx)nptl/libpthread.so
> +	$(shared-thread-library)

Please join lines that are no longer overfull.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG 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]