diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.ac | 6 |
2 files changed, 10 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-12 Ken Brown <kbrown@cornell.edu> | ||
| 2 | |||
| 3 | * configure.ac (canonical): Adapt to 64-bit Cygwin, for which | ||
| 4 | `canonical' is `x86_64-unknown-cygwin'. | ||
| 5 | |||
| 1 | 2013-04-09 Ken Brown <kbrown@cornell.edu> | 6 | 2013-04-09 Ken Brown <kbrown@cornell.edu> |
| 2 | 7 | ||
| 3 | * configure.ac (W32_RES_LINK): Remove unneeded linker directive | 8 | * configure.ac (W32_RES_LINK): Remove unneeded linker directive |
diff --git a/configure.ac b/configure.ac index 71e35ec8ff7..c95072423b5 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -471,6 +471,11 @@ case "${canonical}" in | |||
| 471 | ## fi | 471 | ## fi |
| 472 | ;; | 472 | ;; |
| 473 | 473 | ||
| 474 | ## Cygwin ports | ||
| 475 | *-*-cygwin ) | ||
| 476 | opsys=cygwin | ||
| 477 | ;; | ||
| 478 | |||
| 474 | ## HP 9000 series 700 and 800, running HP/UX | 479 | ## HP 9000 series 700 and 800, running HP/UX |
| 475 | hppa*-hp-hpux10.2* ) | 480 | hppa*-hp-hpux10.2* ) |
| 476 | opsys=hpux10-20 | 481 | opsys=hpux10-20 |
| @@ -544,7 +549,6 @@ case "${canonical}" in | |||
| 544 | ## Intel 386 machines where we don't care about the manufacturer. | 549 | ## Intel 386 machines where we don't care about the manufacturer. |
| 545 | i[3456]86-*-* ) | 550 | i[3456]86-*-* ) |
| 546 | case "${canonical}" in | 551 | case "${canonical}" in |
| 547 | *-cygwin ) opsys=cygwin ;; | ||
| 548 | *-darwin* ) opsys=darwin ;; | 552 | *-darwin* ) opsys=darwin ;; |
| 549 | *-sysv4.2uw* ) opsys=unixware ;; | 553 | *-sysv4.2uw* ) opsys=unixware ;; |
| 550 | *-sysv5uw* ) opsys=unixware ;; | 554 | *-sysv5uw* ) opsys=unixware ;; |