Use existing makefile variables for dependencies on glibc libraries
Andreas Schwab
schwab@linux-m68k.org
Fri May 16 18:25:00 GMT 2014
"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."
More information about the Libc-alpha
mailing list