Comment 1 for bug 199256

Revision history for this message
William Grant (wgrant) wrote :

The issue is the following change in gcc-4.2 4.2.3-2ubuntu2:

  * Update PR other/28322, ignore only unknown -W* options.

Removing -Wno-long-double from the C(XX)FLAGS generator fixes it. It seems that any unknown -W* will cause it to fail identically.