Update of bug #36397 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => SCM                    

    _______________________________________________________

Follow-up Comment #1:

The config.guess script is part of autoconf, not GNU make.  However, checking
with the latest version of autoconf this problem seems to be resolved:


    *:MINGW64*:*)
        echo ${UNAME_MACHINE}-pc-mingw64
        exit ;;
    *:MINGW*:*)
        echo ${UNAME_MACHINE}-pc-mingw32
        exit ;;


If this is sufficient then it will be resolved in the next version of GNU
make.  In the meantime you can re-run autoconf for GNU make on your system if
you like.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36397>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to