diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-19 21:16:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-19 21:16:49 +0000 |
commit | 7b8b8d43426469cf3def3c44d0931876c48190ac (patch) | |
tree | ff8a5bccc182a6fa581cb18d91f121ce3588ca2e /libiberty/configure | |
parent | 18525f1fc0caa597ab481fb916348121ed6908cf (diff) | |
download | gcc-7b8b8d43426469cf3def3c44d0931876c48190ac.tar.gz |
* configure.in: detect cygwin* instead of cygwin32*
* configure: regenerate
* configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23725 138bc75d-0d04-0410-961f-82ee72b054a4
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. |