mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-04 21:05:23 +02:00
Merge branch 'v5.13/standard/base' into v5.13/standard/preempt-rt/base
This commit is contained in:
commit
de8b374d4a
|
@ -9,7 +9,7 @@ menuconfig GCC_PLUGINS
|
|||
bool "GCC plugins"
|
||||
depends on HAVE_GCC_PLUGINS
|
||||
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
|
||||
help
|
||||
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)
|
||||
|
||||
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 \
|
||||
-include $(srctree)/include/linux/compiler-version.h \
|
||||
|
|
Loading…
Reference in New Issue
Block a user