Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

Issue 7813045: code review 7813045: build: fix for mingw64 compiled on 32-bit system (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by rsc
Modified:
12 years ago
Reviewers:
Joe Poirier
CC:
golang-dev, minux1
Visibility:
Public.

Description

build: fix for 32-bit windows builds on 64-bit windows system Thanks to jon.forums@ for the fix. Fixes issue 5051.

Patch Set 1 #

Patch Set 2 : diff -r abe220a94fcc https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r abe220a94fcc https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 9606c6225594 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M include/libc.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-03-15 15:40:14 UTC) #1
minux1
LGTM. This fixes the compilation error when using mingw64 with GOHOSTARCH=386 GOARCH=386.
12 years ago (2013-03-15 15:58:15 UTC) #2
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=fbba146ff012 *** build: fix for 32-bit windows builds on 64-bit windows system ...
12 years ago (2013-03-15 16:36:50 UTC) #3
Joe Poirier
tl;dr, _TIMESPEC_DEFINED may be a better fit (#if !defined(_WIN64) && !defined(_TIMESPEC_DEFINED)). See "http://tinyurl.com/clafx94" line 88. ...
12 years ago (2013-03-15 17:02:45 UTC) #4
rsc
I just took the suggestion in the issue. I'm fine with anything that works.
12 years ago (2013-03-15 17:04:58 UTC) #5
Joe Poirier
12 years ago (2013-03-15 17:06:24 UTC) #6
Message was sent while issue was closed.
Sorry about the table. Here's the link with the info (MinGW section):
http://sourceforge.net/p/predef/wiki/Compilers/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b