Add support to skip import libraries for performance reasons and instead

use the direct auto-import of dll's
This commit is contained in:
Nick Clifton
2002-12-16 18:02:16 +00:00
parent 273f84299e
commit 939ba9d0fc
9 changed files with 207 additions and 71 deletions

2
ld/configure vendored
View File

@ -4551,7 +4551,7 @@ else
fi
done
for ac_func in sbrk
for ac_func in sbrk realpath
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4558: checking for $ac_func" >&5