for libcrypto.so
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5887
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri May 26 12:41:28 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * makeshlib (library): Added alpha-osf1 support. Will only work
+ for libcrypto at the moment.
+
Thu May 25 21:39:02 1995 Theodore Y. Ts'o (tytso@dcl)
* makeshlib: Added shell script for creating shared libraries
echo $CC -G -o $library $FILES
$CC -G -o $library $FILES
;;
+alpha-*-osf*)
+ FILES=`for i
+ do
+ sed -e "s;^;$i/;" -e "s; ; $i/;g" $i/DONE
+
+ done`
+
+ echo ld -shared -o $library -all $FILES -none -lc
+ ld -shared -o $library -all $FILES -none -lc
+ ;;
+
*)
echo "Host type $host not supported!"
exit 1