X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-features.sh;h=d889caaeb1a8d4f5cda251390d48b7236bec4a8c;hb=829d76d5f12e1c1b6b21ca4c71b34719b8fed5e1;hp=2eac63caec442305b2c4be825f17677a99aa5832;hpb=75b52379bdc2269961af6a1308eca63610f38ac3;p=sbcl.git diff --git a/tools-for-build/grovel-features.sh b/tools-for-build/grovel-features.sh index 2eac63c..d889caa 100644 --- a/tools-for-build/grovel-features.sh +++ b/tools-for-build/grovel-features.sh @@ -1,5 +1,5 @@ -# Automated platform feature testing -cd tools-for-build +# Automated platform feature testing +cd ./tools-for-build > /dev/null # FIXME: Use this to test for dlopen presence and hence # load-shared-object buildability @@ -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,11 @@ featurep() { 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