projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624d684
)
disable cross build for ARM
author
Anas Nashif
<anas.nashif@intel.com>
Wed, 25 Sep 2013 08:51:46 +0000
(
04:51
-0400)
committer
xroche
<xavier.roche@open.eurogiciel.org>
Wed, 12 Nov 2014 08:58:18 +0000
(09:58 +0100)
Change-Id: I824846804faa0fe638335cbbcd3333876f264d48
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
build/make/configure.sh
patch
|
blob
|
history
diff --git
a/build/make/configure.sh
b/build/make/configure.sh
index
8dcb9bb
..
bd35451
100755
(executable)
--- a/
build/make/configure.sh
+++ b/
build/make/configure.sh
@@
-799,7
+799,7
@@
process_common_toolchain() {
case ${tgt_cc} in
gcc)
- CROSS=
${CROSS:-arm-none-linux-gnueabi-}
+ CROSS=
""
link_with_cc=gcc
setup_gnu_toolchain
arch_int=${tgt_isa##armv}