diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-14 18:53:14 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-14 18:53:14 +0100 |
commit | 00a1fd67e9a592016e6a571386c50e557e567641 (patch) | |
tree | 7b3a4817c2e8e68231aaaf10f7b13ab7e4be9b76 /scripts/showSamples.sh | |
parent | bc94e564de09b519fcd843f0d8949159453b3eec (diff) | |
download | crosstool-ng-00a1fd67e9a592016e6a571386c50e557e567641.tar.gz crosstool-ng-00a1fd67e9a592016e6a571386c50e557e567641.tar.bz2 crosstool-ng-00a1fd67e9a592016e6a571386c50e557e567641.zip |
scripts: use the floating-point string option in tests
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 490070c1..777eb96b 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -127,7 +127,7 @@ dump_single_sample() { printf " ${CT_LIBC_VERSION} " fi printf "| ${CT_THREADS:-none} " - printf "| ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft} " + printf "| ${CT_ARCH_FLOAT} " printf "| C" [ "${CT_CC_LANG_CXX}" = "y" ] && printf ", C++" [ "${CT_CC_LANG_FORTRAN}" = "y" ] && printf ", Fortran" |