mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix location where math-vector-fortran.h is installed.
2019-03-07 Martin Liska <mliska@suse.cz> * math/Makefile: Change location where math-vector-fortran.h is installed. * math/finclude/math-vector-fortran.h: Move from bits/math-vector-fortran.h. * sysdeps/x86/fpu/finclude/math-vector-fortran.h: Move from sysdeps/x86/fpu/bits/math-vector-fortran.h. * scripts/check-installed-headers.sh: Skip Fortran header files. * scripts/check-wrapper-headers.py: Likewise.
This commit is contained in:
@ -84,6 +84,10 @@ for header in "$@"; do
|
||||
(sys/elf.h)
|
||||
continue;;
|
||||
|
||||
# Skip Fortran headers.
|
||||
(finclude/*)
|
||||
continue;;
|
||||
|
||||
# sys/sysctl.h is unsupported for x32.
|
||||
(sys/sysctl.h)
|
||||
case "$is_x32" in
|
||||
|
Reference in New Issue
Block a user