Closed GoogleCodeExporter closed 9 years ago
Not sure what's exactly going wrong, but I'll CC some other people in case they
know.
Original comment by evan@chromium.org
on 1 Dec 2009 at 10:09
Original comment by evan@chromium.org
on 1 Dec 2009 at 10:09
to easily reproduce, start from a clobber build on an x64 box, run the gyp
script as
usual, then try "make V=1 CFLAGS=-g". it should be enough to break v8.
Original comment by f...@sofaraway.org
on 5 Dec 2009 at 1:16
Now that I moved my codecs package to gyp/make, i'm hitting this bug there too.
A simple fix could be to change WriteSources (in pylib/gyp/generator/make.py)
to turn
cflags into GYP_CFLAGS and then change cmd_cc to $(CC.$(TOOLSET)) $(CFLAGS)
$(GYP_CFLAGS) $(DEPFLAGS) -c -o $@ $<
Original comment by f...@sofaraway.org
on 12 Dec 2009 at 11:59
Original comment by mmoss@chromium.org
on 15 Dec 2009 at 10:17
with r769, i can build chromium with make using the ubuntu toolchain. Thanks!
You can close this issue as fixed/verified (i can't)
Original comment by f...@sofaraway.org
on 17 Dec 2009 at 4:42
Nice!
Original comment by evan@chromium.org
on 17 Dec 2009 at 4:47
Original issue reported on code.google.com by
f...@sofaraway.org
on 1 Dec 2009 at 9:54