Closed
Bug 166305
Opened 23 years ago
Closed 23 years ago
Support non-gcc name of compiler on Linux
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 107976
People
(Reporter: KaiE, Assigned: wtc)
Details
Attachments
(1 file)
|
647 bytes,
patch
|
Details | Diff | Splinter Review |
I'm using a Linux machine that has multiple versions of gcc installed.
The Mozilla build system can be tailored to use whatever compiler I prefer, by
defining the CC and CXX environment variables.
However, NSS always uses gcc, whatever is configured.
In my default environment, I don't have even a compiler named gcc in my path,
and therefore compilation fails.
| Reporter | ||
Comment 1•23 years ago
|
||
What do you think about this patch?
It fixes the problem for me.
Second question, should we even extend this patch for all unix-flavor operating
systems?
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 107976 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•