1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Don't insist on finding crt0.o and friends.

This commit is contained in:
Robert Nordier 1998-10-08 09:18:52 +00:00
parent 42e0688a43
commit cad2fe6b80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13732

View File

@ -11,8 +11,7 @@ fixlib()
shift
if [ ! -f $olib/$crt ]; then
if [ ! -f $nlib/$crt ]; then
echo "Can't find $crt" >&2
exit 1
echo "Warning: Can't find $crt" >&2
else
for i in "$@"
do