Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 887535 | Differences between
and this patch

Collapse All | Expand All

(-)texlive-20190410-source/libs/cairo/m4/float.m4 (+4 lines)
Lines 24-29 AC_DEFUN([AX_C_FLOAT_WORDS_BIGENDIAN], Link Here
24
# is found, the user is instructed to specify the ordering.
24
# is found, the user is instructed to specify the ordering.
25
25
26
ax_cv_c_float_words_bigendian=unknown
26
ax_cv_c_float_words_bigendian=unknown
27
AC_LANG([C])
28
AC_LANG_PUSH([C])
29
CFLAGS="$CFLAGS -fno-lto"
27
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
30
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
28
31
29
double d = 90904234967036810337470478905505011476211692735615632014797120844053488865816695273723469097858056257517020191247487429516932130503560650002327564517570778480236724525140520121371739201496540132640109977779420565776568942592.0;
32
double d = 90904234967036810337470478905505011476211692735615632014797120844053488865816695273723469097858056257517020191247487429516932130503560650002327564517570778480236724525140520121371739201496540132640109977779420565776568942592.0;
Lines 42-47 if strings - conftest.$ac_objext | grep Link Here
42
fi
45
fi
43
46
44
])])
47
])])
48
AC_LANG_POP([C])
45
49
46
case $ax_cv_c_float_words_bigendian in
50
case $ax_cv_c_float_words_bigendian in
47
  yes)
51
  yes)

Return to bug 887535