mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
JMZ says:
Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Obtained from: src/lib/libF77/MAIN.c rev 1.1 by jmz
This commit is contained in:
parent
fad9a47729
commit
2ec56ee0ea
1 changed files with 1 additions and 0 deletions
1
gnu/lib/libg2c/MAIN.c
Normal file
1
gnu/lib/libg2c/MAIN.c
Normal file
|
|
@ -0,0 +1 @@
|
|||
MAIN__(){}
|
||||
Loading…
Reference in a new issue