X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-features.sh;h=bfae72361148da97bf5fd212666f20f441a9bcd0;hb=6e8fe793a4f3e8a3c8b67755101ee15df85d73c4;hp=4111fae02256e01f7e5e50629fb28259d156fb0e;hpb=fdccfb1135cb9eb89a094c83c443c71b5bb125e2;p=sbcl.git diff --git a/tools-for-build/grovel-features.sh b/tools-for-build/grovel-features.sh index 4111fae..bfae723 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 @@ -9,10 +9,10 @@ cd ./tools-for-build > /dev/null featurep() { bin="$1-test" rm -f $bin - $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && ./$bin > /dev/null 2>&1 + $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && echo "input" | ./$bin> /dev/null 2>&1 if [ "$?" = 104 ] then - printf " :$1" + printf " :$1" fi rm -f $bin } @@ -24,3 +24,11 @@ featurep os-provides-dlopen featurep os-provides-dladdr featurep os-provides-putwc + +featurep os-provides-blksize-t + +featurep os-provides-suseconds-t + +featurep os-provides-getprotoby-r + +featurep os-provides-poll