Package: gnat-4.6
Followup-For: Bug #717014

For the record, here are two sensible work-arounds:
* in linker options:
  -Wl,--as-needed -lm -Wl,--no-as-needed
* in a GNAT project:
  case External ("NEEDS_LM") is
      when "yes" =>
         for Library_Options use ("-lm");
      when "no" =>
         null;
  end case;


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140224011432.18475.31653.reportbug@pegase

Reply via email to