| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Update the white list of warnings for the latest
kernel release based on current CFLAG settings.
Disabled undefined-optimized and tautological features,
so clean up the gcc-wrapper list based on current settings.
Change-Id: If6a733c35b4b09b2357ced7997fb2ff16204c766
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
To support LLVM by default, set REAL_CC to clang which overrides
gcc.
Also, white list warnings which are being treated as errors
while compiling Kernel with clang compiler.
Change-Id: I5df2375cb8a2f424521fdd862d550ab340a34c98
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The GCC wrapper writes any error message from GCC to stdout
along with the messages from the wrapper itself. This is okay
for most case, but when GCC is used with -print-xxx flags,
the stdout output is supposed to be taken as input to some
other build command, so putting error messages in there is
pretty bad. Fix this by writing error messages to stderr.
Change-Id: I4656033f11ba5212fdcc884cc588f8b9d2c23419
Signed-off-by: Shadab Naseem <snaseem@codeaurora.org>
|
|
|
This is a snapshot of build scripts taken as of msm-4.4 commit
<400520a6e2f06cc> ("ASoC: msm: qdsp6v2: Fix FE id check in routing
driver").
CRs-Fixed: 1040265
Change-Id: If5774f946d41f2c15503a6641938412c5d3aefb3
Signed-off-by: Channagoud Kadabi <ckadabi@codeaurora.org>
|