mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-05 21:35:46 +02:00
Merge branch 'v5.13/standard/base' into v5.13/standard/fsl-mpc8315e-rdb
This commit is contained in:
commit
54b5888936
|
@ -9,7 +9,7 @@ menuconfig GCC_PLUGINS
|
||||||
bool "GCC plugins"
|
bool "GCC plugins"
|
||||||
depends on HAVE_GCC_PLUGINS
|
depends on HAVE_GCC_PLUGINS
|
||||||
depends on CC_IS_GCC
|
depends on CC_IS_GCC
|
||||||
depends on $(success,test -e $(shell,$(CC) -print-file-name=plugin)/include/plugin-version.h)
|
depends on $(success,test -e $(shell,$(HOSTCC) -print-file-name=plugin)/include/plugin-version.h)
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
GCC plugins are loadable modules that provide extra features to the
|
GCC plugins are loadable modules that provide extra features to the
|
||||||
|
|
|
@ -19,7 +19,7 @@ targets += randomize_layout_seed.h randomize_layout_hash.h
|
||||||
|
|
||||||
always-y += $(GCC_PLUGIN)
|
always-y += $(GCC_PLUGIN)
|
||||||
|
|
||||||
GCC_PLUGINS_DIR = $(shell $(CC) -print-file-name=plugin)
|
GCC_PLUGINS_DIR = $(shell $(HOSTCXX) -print-file-name=plugin)
|
||||||
|
|
||||||
plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \
|
plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \
|
||||||
-include $(srctree)/include/linux/compiler-version.h \
|
-include $(srctree)/include/linux/compiler-version.h \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user