Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cef
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Web
cef
Commits
09f021be
Commit
09f021be
authored
Jun 05, 2017
by
Marshall Greenblatt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Linux: Update to debian jessie sysroots
parent
5c79944b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
tools/gn_args.py
tools/gn_args.py
+4
-3
No files found.
tools/gn_args.py
View file @
09f021be
...
...
@@ -426,12 +426,13 @@ def LinuxSysrootExists(cpu):
# Directory that contains sysroots.
sysroot_root
=
os
.
path
.
join
(
src_dir
,
'build'
,
'linux'
)
# CPU-specific sysroot directory names.
# Should match the values in build/config/sysroot.gni.
if
cpu
==
'x86'
:
sysroot_name
=
'debian_
wheezy
_i386-sysroot'
sysroot_name
=
'debian_
jessie
_i386-sysroot'
elif
cpu
==
'x64'
:
sysroot_name
=
'debian_
wheezy
_amd64-sysroot'
sysroot_name
=
'debian_
jessie
_amd64-sysroot'
elif
cpu
==
'arm'
:
sysroot_name
=
'debian_
wheezy
_arm-sysroot'
sysroot_name
=
'debian_
jessie
_arm-sysroot'
else
:
raise
Exception
(
'Unrecognized sysroot CPU: %s'
%
cpu
)
...
...
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