Home
last modified time | relevance | path

Searched defs:PERL_EMBED_CCOPTS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/build/feature/
H A DMakefile228 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null) macro
233 PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS)) macro
234 PERL_EMBED_CCOPTS := $(filter-out -specs=%,$(PERL_EMBED_CCOPTS)) macro