------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 18:40 ------- Hmm, the problem is related to the specs says to delete gfull. %{gfull: -g -fno-eliminate-unused-debug-symbols %<gfull } but since we look the specs once per file, we remove the option for the first one but we don't have it for the second one.
Maybe there is a better way of doing this. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|driver |target Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2004-12-01 18:40:30 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18760