diff options
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libiberty/configure b/libiberty/configure index 7c34571ea19..2eac6f3a281 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -1595,10 +1595,10 @@ if test -z "${setobjs}"; then case "${host}" in - *-*-cygwin32*) - # The cygwin32 library actually uses a couple of files from + *-*-cygwin*) + # The Cygwin library actually uses a couple of files from # libiberty when it is built. If we are building a native - # cygwin32, and we run the tests, we will appear to have these + # Cygwin, and we run the tests, we will appear to have these # files. However, when we go on to build winsup, we will wind up # with a library which does not have the files, since they should # have come from libiberty. |