X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-features.sh;h=8bc5a2c23d2322c7136ec243e1d6e15618a6023c;hb=8539fded7940514c86def60bdab1345c42405258;hp=935c099f7d90fcd39881ab090df95dd58f2c6e2f;hpb=eb5265ab22a2b1cae18bbdf43c871dba9b5927ea;p=sbcl.git diff --git a/tools-for-build/grovel-features.sh b/tools-for-build/grovel-features.sh index 935c099..8bc5a2c 100644 --- a/tools-for-build/grovel-features.sh +++ b/tools-for-build/grovel-features.sh @@ -1,4 +1,4 @@ -# Automated platform feature testing +# Automated platform feature testing cd ./tools-for-build > /dev/null # FIXME: Use this to test for dlopen presence and hence @@ -12,7 +12,7 @@ featurep() { $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && ./$bin > /dev/null 2>&1 if [ "$?" = 104 ] then - printf " :$1" + printf " :$1" fi rm -f $bin } @@ -22,3 +22,9 @@ featurep() { featurep os-provides-dlopen featurep os-provides-dladdr + +featurep os-provides-putwc + +featurep os-provides-blksize-t + +featurep os-provides-suseconds-t