OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MExtUtils
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile
69
gcc -g -dynamiclib -o $(DYLIB) `$(PERL) -
MExtUtils
::Embed -eperl_inc` `$(PERL) -
MExtUtils
::Embed -e'my $$opts = ldopts(0); $$opts =~ s/-arch [^ ]*( |$$)//g; print $$opts, " -arch ", join(" -arch ", split(" ",$$ENV{ARCHS}))'` $^
/external/linux-tools-perf/
Makefile
477
PERL_EMBED_LDOPTS = $(shell perl -
MExtUtils
::Embed -e ldopts 2>/dev/null)
480
PERL_EMBED_CCOPTS = `perl -
MExtUtils
::Embed -e ccopts 2>/dev/null`
Completed in 369 milliseconds