------- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-08 17:54 ------- >gfortran --target-help > ... > --add-stdcall-alias Export symbols with and without @nn > --disable-stdcall-fixup Don't link _sym to [EMAIL PROTECTED] > --enable-stdcall-fixup Link _sym to [EMAIL PROTECTED] without > warnings
Those are most likely assembler or linker options, which you can supply using -Wa,--option or -Wl,--option depending on if they are an assembler or linker option. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31073