aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Clean up the gcc-wrapper white listPrasad Sodagudi2020-06-271-353/+0
| | | | | | | | | | 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>
* scripts: set clang as REAL_CC to support LLVM by defaultSatya Durga Srinivasu Prabhala2020-06-271-1/+350
| | | | | | | | | | | | 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>
* scripts: gcc-wrapper: Route the GCC errors to stderrShadab Naseem2019-02-271-5/+5
| | | | | | | | | | | | 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>
* scripts: snapshot of kernel build utility scriptsChannagoud Kadabi2016-08-081-0/+99
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>