Skip to content

Commit 95b4f06

Browse files
committed
---
yaml --- r: 129250 b: refs/heads/try c: a3c8e5e h: refs/heads/master v: v3
1 parent 15cf714 commit 95b4f06

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

+1545
-849
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: 1cad4089ba0dc46248da2459af904e38243f294d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5-
refs/heads/try: 904d88c2be3e99177745fc45870304e78d610e8c
5+
refs/heads/try: a3c8e5e217dcc046ad31b53127956751db1b4a09
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/configure

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -306,37 +306,35 @@ case $CFG_OSTYPE in
306306
# instead, msys defines $MSYSTEM which is MINGW32 on i686 and
307307
# MINGW64 on x86_64.
308308
CFG_CPUTYPE=i686
309-
CFG_OSTYPE=pc-mingw32
309+
CFG_OSTYPE=pc-windows-gnu
310310
if [ "$MSYSTEM" = MINGW64 ]
311311
then
312312
CFG_CPUTYPE=x86_64
313-
CFG_OSTYPE=w64-mingw32
314313
fi
315-
;;
316314

317315
# Thad's Cygwin identifers below
318316

319317
# Vista 32 bit
320318
CYGWIN_NT-6.0)
321-
CFG_OSTYPE=pc-mingw32
319+
CFG_OSTYPE=pc-windows-gnu
322320
CFG_CPUTYPE=i686
323321
;;
324322

325323
# Vista 64 bit
326324
CYGWIN_NT-6.0-WOW64)
327-
CFG_OSTYPE=w64-mingw32
325+
CFG_OSTYPE=pc-windows-gnu
328326
CFG_CPUTYPE=x86_64
329327
;;
330328

331329
# Win 7 32 bit
332330
CYGWIN_NT-6.1)
333-
CFG_OSTYPE=pc-mingw32
331+
CFG_OSTYPE=pc-windows-gnu
334332
CFG_CPUTYPE=i686
335333
;;
336334

337335
# Win 7 64 bit
338336
CYGWIN_NT-6.1-WOW64)
339-
CFG_OSTYPE=w64-mingw32
337+
CFG_OSTYPE=pc-windows-gnu
340338
CFG_CPUTYPE=x86_64
341339
;;
342340

branches/try/mk/platform.mk

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

0 commit comments

Comments
 (0)