Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a6f70b42
Commit
a6f70b42
authored
Oct 27, 2015
by
Johann
Browse files
Only set sysroot when alt_libc finds a directory
Change-Id: Idc0a9adb4fb371272d6c8c98737f66c6cf209e37
parent
dc9d36c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
a6f70b42
...
@@ -979,8 +979,10 @@ EOF
...
@@ -979,8 +979,10 @@ EOF
awk
'{ print $1 }'
|
tail
-1
`
awk
'{ print $1 }'
|
tail
-1
`
fi
fi
add_cflags
"--sysroot=
${
alt_libc
}
"
if
[
-d
"
${
alt_libc
}
"
]
;
then
add_ldflags
"--sysroot=
${
alt_libc
}
"
add_cflags
"--sysroot=
${
alt_libc
}
"
add_ldflags
"--sysroot=
${
alt_libc
}
"
fi
# linker flag that routes around a CPU bug in some
# linker flag that routes around a CPU bug in some
# Cortex-A8 implementations (NDK Dev Guide)
# Cortex-A8 implementations (NDK Dev Guide)
...
...
Write
Preview
Supports
Markdown
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