Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
62402c83
Commit
62402c83
authored
Apr 05, 2013
by
Tim Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UBUNTU: [debian] Specify python2.7 for perf tools build
Signed-off-by:
Tim Gardner
<
tim.gardner@canonical.com
>
parent
254305fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
debian/rules.d/2-binary-arch.mk
debian/rules.d/2-binary-arch.mk
+1
-1
No files found.
debian/rules.d/2-binary-arch.mk
View file @
62402c83
...
...
@@ -450,7 +450,7 @@ $(stampdir)/stamp-build-perarch: $(stampdir)/stamp-prepare-perarch
ifeq
($(do_tools),true)
ifeq
($(do_tools_perf),true)
cd
$(builddirpa)
/tools/perf
&&
\
make
HAVE_CPLUS_DEMANGLE
=
1
CROSS_COMPILE
=
$(CROSS_COMPILE)
NO_LIBPYTHON
=
1
NO_LIBPERL
=
1
make
HAVE_CPLUS_DEMANGLE
=
1
CROSS_COMPILE
=
$(CROSS_COMPILE)
NO_LIBPYTHON
=
1
NO_LIBPERL
=
1
PYTHON
=
python2.7
endif
if
[
"
$(arch)
"
=
"amd64"
]
||
[
"
$(arch)
"
=
"i386"
]
;
then
\
cd
$(builddirpa)
/tools/power/x86/x86_energy_perf_policy
&&
make
CROSS_COMPILE
=
$(CROSS_COMPILE)
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment