-# according to Guillermo Rodriguez Garcia <guille@iies.es> this flag is
-# needed to make the standard div() function work - otherwise it returns
-# absolutely incorrect results and completely breaks the wxImage class
-# (where it's used extensively)
-# GRG: at least it is needed in mingw32-gcc2.8.1
+# According to Guillermo Rodriguez Garcia <guille@iies.es>, the
+# -fno-pcc-struct-return option is needed to make the standard div()
+# function work - otherwise it returns absolutely incorrect results
+# which breaks the wxImage class. This is true at least for
+# mingw32-gcc2.8.1, don't know about others.