diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-24 16:14:41 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-24 16:14:41 +0200 |
commit | e190682b9d2c2921ee453b11ddb09ecbd5d80ef3 (patch) | |
tree | 03b181e2d0e6ad942569b98a4f0e43c5be8b0416 /scripts/showSamples.sh | |
parent | 235dc5090e697ec7727c3c7e4751df051f6420fb (diff) | |
download | crosstool-ng-e190682b9d2c2921ee453b11ddb09ecbd5d80ef3.tar.gz crosstool-ng-e190682b9d2c2921ee453b11ddb09ecbd5d80ef3.tar.bz2 crosstool-ng-e190682b9d2c2921ee453b11ddb09ecbd5d80ef3.zip |
scripts: small eye-candy in the wiki table
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 00490a9c..32986a66 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -126,7 +126,7 @@ dump_single_sample() { printf " ${CT_LIBC_VERSION} " fi printf "| ${CT_THREADS:-none} " - printf "| ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft} float " + printf "| ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft} " printf "| C" [ "${CT_CC_LANG_CXX}" = "y" ] && printf ", C++" [ "${CT_CC_LANG_FORTRAN}" = "y" ] && printf ", Fortran" |