bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sat Jan 04 16:17:40 2014 +0100 (2014-01-04)
changeset 3279 c4b4bb58f639
permissions -rwxr-xr-x
cc/gcc: add option to enable/disable decimal floats

Decimal floats need support form the C library, namely support
for fenv, which is missing in uClibc for any architecture but
x86/32.

Add an option (a choice) to enable or disable decimal floats.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 #!/bin/sh
     2 set -e
     3 
     4 printf "Running autoconf...\n"
     5 autoconf -Wall --force
     6 
     7 printf "Done. You may now run:\n    ./configure\n"