mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
S390: Replace s390x filenames with s390
* include/lightning/jit_s390.h, lib/jit_s390-cpu.c, lib/jit_s390-fpu.c, lib/jit_s390-sz.c, lib/jit_s390.c: Renamed s390x* files to s390*. * check/float.tst, check/lightning.c, configure.ac, include/lightning.h, include/lightning/Makefile.am, lib/Makefile.am, lib/jit_s390.c, lib/jit_size.c, lib/lightning.c: Update for renamed files.
This commit is contained in:
parent
32c4f90a2b
commit
192f89c0ee
14 changed files with 34 additions and 23 deletions
|
@ -130,7 +130,7 @@ case "$target_cpu" in
|
|||
ia64) cpu=ia64 ;;
|
||||
hppa*) cpu=hppa ;;
|
||||
aarch64) cpu=aarch64 ;;
|
||||
s390x) cpu=s390x ;;
|
||||
s390*) cpu=s390 ;;
|
||||
alpha*) cpu=alpha ;;
|
||||
*) ;;
|
||||
esac
|
||||
|
@ -142,7 +142,7 @@ AM_CONDITIONAL(cpu_x86, [test cpu-$cpu = cpu-x86])
|
|||
AM_CONDITIONAL(cpu_ia64, [test cpu-$cpu = cpu-ia64])
|
||||
AM_CONDITIONAL(cpu_hppa, [test cpu-$cpu = cpu-hppa])
|
||||
AM_CONDITIONAL(cpu_aarch64, [test cpu-$cpu = cpu-aarch64])
|
||||
AM_CONDITIONAL(cpu_s390x, [test cpu-$cpu = cpu-s390x])
|
||||
AM_CONDITIONAL(cpu_s390, [test cpu-$cpu = cpu-s390])
|
||||
AM_CONDITIONAL(cpu_alpha, [test cpu-$cpu = cpu-alpha])
|
||||
|
||||
# Test x87 if both, x87 and sse2 available
|
||||
|
@ -237,7 +237,7 @@ AM_CONDITIONAL(test_x86_x87, [test x$ac_cv_test_x86_x87 = xyes])
|
|||
AM_CONDITIONAL(test_arm_arm, [test x$ac_cv_test_arm_arm = xyes])
|
||||
AM_CONDITIONAL(test_arm_swf, [test x$ac_cv_test_arm_swf = xyes])
|
||||
|
||||
AM_CONDITIONAL(test_nodata, [test cpu-$cpu = cpu-mips -o cpu-$cpu = cpu-ppc -o cpu-$cpu = cpu-sparc -o cpu-$cpu = cpu-x86 -o cpu-$cpu = cpu-ia64 -o cpu-$cpu = cpu-hppa -o cpu-$cpu = cpu-s390x -o cpu-$cpu = cpu-alpha])
|
||||
AM_CONDITIONAL(test_nodata, [test cpu-$cpu = cpu-mips -o cpu-$cpu = cpu-ppc -o cpu-$cpu = cpu-sparc -o cpu-$cpu = cpu-x86 -o cpu-$cpu = cpu-ia64 -o cpu-$cpu = cpu-hppa -o cpu-$cpu = cpu-s390 -o cpu-$cpu = cpu-alpha])
|
||||
|
||||
if test $cpu = arm; then
|
||||
AC_CHECK_LIB(m, sqrtf, ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue