aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>1998-07-16 18:05:22 +0000
committerStan Cox <scox@redhat.com>1998-07-16 18:05:22 +0000
commit47f7fb8bb793549c197e8000e6797cc869fe7de1 (patch)
tree0db1a1e3bec470ddb682a8ae9580bef5d25c5cbf /gprof/configure.in
parent5b0b3ba6f5006be68305c65fef97b9a18f3af136 (diff)
downloadfsf-binutils-gdb-47f7fb8bb793549c197e8000e6797cc869fe7de1.zip
fsf-binutils-gdb-47f7fb8bb793549c197e8000e6797cc869fe7de1.tar.gz
fsf-binutils-gdb-47f7fb8bb793549c197e8000e6797cc869fe7de1.tar.bz2
(BSD44_FORMAT): Define for cygwin32, win32, mingw32
Diffstat (limited to 'gprof/configure.in')
-rw-r--r--gprof/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index 979fdbc..de8c134 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -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* \
+| *-*-cygwin32 | *-*-mingw32 | *-*-win32 )
AC_DEFINE(BSD44_FORMAT)
;;
esac