Allow shared libgfortran

This commit is contained in:
Ralf Corsepius
2006-02-24 07:26:51 +00:00
parent 7f7298c468
commit 61b0cc6deb

View File

@@ -130,7 +130,7 @@
*gnat1);;
*jc1) ;;
*jvgenmain) ;;
*libgfortran*.a) echo "$i" >> build/files.gfortran ;;
*/libgfortran*.*) echo "$i" >> build/files.gfortran ;;
*/libstdc++.*) echo "$i" >> build/files.g++ ;;
*/libsupc++.*) echo "$i" >> build/files.g++ ;;
*) echo "$i" >> build/files.gcc ;;