PR binutils/4334
* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that cygwin builds are not running in textmode. * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted builds. * configure: Regenerate.
This commit is contained in:
parent
fc5df3ab38
commit
e33b51a675
5 changed files with 63 additions and 0 deletions
|
@ -1042,6 +1042,7 @@ case "${host}" in
|
|||
host_makefile_frag="config/mh-djgpp"
|
||||
;;
|
||||
*-cygwin*)
|
||||
ACX_CHECK_CYGWIN_CAT_WORKS
|
||||
host_makefile_frag="config/mh-cygwin"
|
||||
;;
|
||||
*-mingw*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue