+# _GCC295 means GCC is GCC 2.95
+# _GCC3 mans GCC is 3.x or better (can actually just be 3.1 or better
+# for Cygwin/MinGW)
+ifneq (,$(findstring 2.95, $(MINGW32VERSION)))
+ _GCC295=1
+endif
+ifneq (,$(findstring 3., $(MINGW32VERSION)))
+ _GCC3=1
+endif
+