diff --git a/F77.pm b/F77.pm index 0c0aeb4..f0069d3 100644 --- a/F77.pm +++ b/F77.pm @@ -370,6 +370,12 @@ $F77config{VMS}{DEFAULT} = 'Fortran'; $F77config{Darwin}{GNU} = $F77config{Generic}{GNU}; $F77config{Darwin}{DEFAULT} = 'GNU'; +### GNU/Hurd ### + +$F77config{Gnu}{GNU} = $F77config{Generic}{GNU}; + +$F77config{Gnu}{DEFAULT} = 'GNU'; + ############ End of database is here ############ sub get; # See below