diff options
author | DJ Delorie <dj@redhat.com> | 2001-08-17 21:14:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-08-17 21:14:20 +0000 |
commit | 68a41de77de8855f8a6647c5fceccc00f6ac04f6 (patch) | |
tree | bf2a2e05d3a5f94a8d21d87eb860eb5302562767 /libiberty/configure.in | |
parent | c85229da173c55014774c3752ee3ce8a42f57128 (diff) | |
download | gdb-68a41de77de8855f8a6647c5fceccc00f6ac04f6.zip gdb-68a41de77de8855f8a6647c5fceccc00f6ac04f6.tar.gz gdb-68a41de77de8855f8a6647c5fceccc00f6ac04f6.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index 65f9402..499e467 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -177,6 +177,12 @@ if test -n "${with_target_subdir}"; then # Of the functions in $checkfuncs, newlib only has strerror. AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR) + case "${host}" in + *-*-cygwin*) + AC_DEFINE(HAVE_SYS_ERRLIST) + ;; + esac + setobjs=yes fi |