Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458353
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] gcc-plugin-infrastructure updates for v4.8-rc2 |
| Date | 2016-08-09 03:10 +0200 |
| Message-ID | <s43Il-GE-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The following changes since commit 574673c231a5fad1560249cc3a598907acb36cf9:
printk: Remove unnecessary #ifdef CONFIG_PRINTK (2016-08-08 11:29:39 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugin-infrastructure-v4.8-rc2
for you to fetch changes up to caefd8c9a9fb06811e07bf3571e5d4450846b16a:
gcc-plugins: Add support for plugin subdirectories (2016-08-08 17:53:05 -0700)
----------------------------------------------------------------
Several fixes/improvements for the gcc plugin infrastructure:
- Fixes a problem with gcc plugins interfering with cc-option tests.
- Aborts more gracefully when gcc plugin headers or compiler support is
missing.
- Improves the gcc plugin rule generation to be more dynamic, pass arguments,
and build from subdirectories.
----------------------------------------------------------------
Emese Revfy (4):
kbuild: no gcc-plugins during cc-option tests
gcc-plugins: Add support for passing plugin arguments
gcc-plugins: Automate make rule generation
gcc-plugins: Add support for plugin subdirectories
Kees Cook (1):
gcc-plugins: abort builds cleanly when not supported
Makefile | 7 -------
scripts/Kbuild.include | 10 +++++++---
scripts/Makefile.gcc-plugins | 39 ++++++++++++++++++++++++++++-----------
scripts/gcc-plugin.sh | 14 ++++++++++++++
scripts/gcc-plugins/Makefile | 12 +++++++-----
5 files changed, 56 insertions(+), 26 deletions(-)
--
Kees Cook
Nexus Security
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] gcc-plugin-infrastructure updates for v4.8-rc2 Kees Cook <keescook@chromium.org> - 2016-08-09 03:10 +0200
csiph-web