scripts: use the floating-point string option in tests
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 14 18:53:14 2011 +0100 (2011-11-14)
changeset 2762fabae8fa6187
parent 2761 19760eb7a090
child 2763 3f1798d436da
scripts: use the floating-point string option in tests

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Mon Nov 14 18:54:37 2011 +0100
     1.2 +++ b/scripts/showSamples.sh	Mon Nov 14 18:53:14 2011 +0100
     1.3 @@ -127,7 +127,7 @@
     1.4              printf "  ${CT_LIBC_VERSION}  "
     1.5          fi
     1.6          printf "|  ${CT_THREADS:-none}  "
     1.7 -        printf "|  ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft}  "
     1.8 +        printf "|  ${CT_ARCH_FLOAT}  "
     1.9          printf "|  C"
    1.10          [ "${CT_CC_LANG_CXX}" = "y"     ] && printf ", C++"
    1.11          [ "${CT_CC_LANG_FORTRAN}" = "y" ] && printf ", Fortran"