Bug 190534
Summary: | [Tools] isCrossCompilation() should not rely on --host existing in gcc -v | ||
---|---|---|---|
Product: | WebKit | Reporter: | jsc-armv7 EWS <guijemont+jsc-armv7-ews> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
jsc-armv7 EWS
There are gcc instances that don't seem to know about their --host and have no --host option given when running "gcc -v". This gives a warning (error?):
Use of uninitialized value $host[0] in string ne at /home/buildbot/ews/WebKit/Tools/Scripts/webkitdirs.pm line 1418.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |