mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Remove unused math/Makefile variable libm-test-incs.
The math/Makefile variable libm-test-incs was formerly used, but no longer is. This patch removes it. Tested for x86_64. * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
This commit is contained in:
parent
3f8d9d58c5
commit
bfd475876f
@ -1,3 +1,7 @@
|
||||
2018-02-09 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
|
||||
|
||||
2018-02-09 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
|
||||
|
@ -303,8 +303,6 @@ $(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
|
||||
auto-libm-test-out%
|
||||
$(make-target-directory)
|
||||
$(PERL) gen-libm-test.pl -c $< -a auto-libm-test-out$* -C $@
|
||||
|
||||
libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
|
||||
endif
|
||||
|
||||
ifdef PYTHON
|
||||
|
Loading…
Reference in New Issue
Block a user