diff options
author | Stan Cox <scox@redhat.com> | 1998-07-16 18:05:22 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 1998-07-16 18:05:22 +0000 |
commit | 47f7fb8bb793549c197e8000e6797cc869fe7de1 (patch) | |
tree | 0db1a1e3bec470ddb682a8ae9580bef5d25c5cbf /gprof/configure | |
parent | 5b0b3ba6f5006be68305c65fef97b9a18f3af136 (diff) | |
download | gdb-47f7fb8bb793549c197e8000e6797cc869fe7de1.zip gdb-47f7fb8bb793549c197e8000e6797cc869fe7de1.tar.gz gdb-47f7fb8bb793549c197e8000e6797cc869fe7de1.tar.bz2 |
(BSD44_FORMAT): Define for cygwin32, win32, mingw32
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/configure b/gprof/configure index 507771c..3ba8ba4 100755 --- a/gprof/configure +++ b/gprof/configure @@ -3320,7 +3320,8 @@ fi case "${target}" in -*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*) +*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \ +| *-*-cygwin32 | *-*-mingw32 | *-*-win32 ) cat >> confdefs.h <<\EOF #define BSD44_FORMAT 1 EOF |