mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-24 07:33:02 +00:00
* configure.ac: Don't change host_os from mingw to cygwin.
This commit is contained in:
parent
c3302aa582
commit
7dc5ca13c5
@ -1,3 +1,7 @@
|
||||
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Don't change host_os from mingw to cygwin.
|
||||
|
||||
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Change target_os from windows to cygwin.
|
||||
|
@ -168,10 +168,6 @@ case "$target_cpu" in
|
||||
x86_64 | sparc64) target_m64=1 ;;
|
||||
esac
|
||||
|
||||
case "$host_os" in
|
||||
mingw32*) host_os=cygwin ;;
|
||||
esac
|
||||
|
||||
case "$target_os" in
|
||||
windows* | mingw32*) target_os=cygwin ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user