typo
[deliverable/binutils-gdb.git] / gprof / configure.in
index 979fdbccc4fa163879fe25251f7523bd83cc1138..90c53a336b6acc8e517afeea63ef0d6a314b4c7f 100644 (file)
@@ -26,7 +26,8 @@ dnl We need to set BSD44_FORMAT on a host which uses the additional
 dnl header fields.  This is an attempt to do that.  I can't think of a
 dnl good feature test for this.
 case "${target}" in
-*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
+*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
+| *-*-cygwin* | *-*-mingw32 | *-*-win32 )
   AC_DEFINE(BSD44_FORMAT)
   ;;
 esac
This page took 0.022755 seconds and 4 git commands to generate.