Skip to content

Commit 9736582

Browse files
committed
---
yaml --- r: 128991 b: refs/heads/try c: 33e4ebe h: refs/heads/master i: 128989: 34be3ee 128987: 7900511 128983: 65731b8 128975: 45782a6 128959: 8712dfb v: v3
1 parent 1ca80f0 commit 9736582

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1546
-848
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 07d86b46a949a94223da714e35b343243e4ecce4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5-
refs/heads/try: 4444aec1423b2f9431f30e1dc121d239c16ed71c
5+
refs/heads/try: 33e4ebeed0f04dfb9b234e80dd1dc3f5c65e4c1b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/configure

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,37 +300,37 @@ case $CFG_OSTYPE in
300300
;;
301301

302302
MINGW32*)
303-
CFG_OSTYPE=pc-mingw32
303+
CFG_OSTYPE=pc-windows-gnu
304304
;;
305305

306306
MINGW64*)
307307
# msys2, MSYSTEM=MINGW64
308-
CFG_OSTYPE=w64-mingw32
308+
CFG_OSTYPE=pc-windows-gnu
309309
;;
310310

311311
# Thad's Cygwin identifers below
312312

313313
# Vista 32 bit
314314
CYGWIN_NT-6.0)
315-
CFG_OSTYPE=pc-mingw32
315+
CFG_OSTYPE=pc-windows-gnu
316316
CFG_CPUTYPE=i686
317317
;;
318318

319319
# Vista 64 bit
320320
CYGWIN_NT-6.0-WOW64)
321-
CFG_OSTYPE=w64-mingw32
321+
CFG_OSTYPE=pc-windows-gnu
322322
CFG_CPUTYPE=x86_64
323323
;;
324324

325325
# Win 7 32 bit
326326
CYGWIN_NT-6.1)
327-
CFG_OSTYPE=pc-mingw32
327+
CFG_OSTYPE=pc-windows-gnu
328328
CFG_CPUTYPE=i686
329329
;;
330330

331331
# Win 7 64 bit
332332
CYGWIN_NT-6.1-WOW64)
333-
CFG_OSTYPE=w64-mingw32
333+
CFG_OSTYPE=pc-windows-gnu
334334
CFG_CPUTYPE=x86_64
335335
;;
336336

branches/try/mk/platform.mk

Lines changed: 179 additions & 209 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)