Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Issue 501019: Changes to support ARM cross compilation. (Closed)

Created:
11 years ago by Kevin Degi
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Changes to support ARM cross compilation. Added a flag to allow verbose make-kpkg and a flag to specify the cross compile tools. Changed the default output_root to use ARCH in the path. Modified determination of ARCH and changed ARCH=arm to the more correct ARCH=armel. Also set KPKG_ARCH=arm for compliance with kernel makefile. Disabled the setarch command when it fails and instead alias uname to echo ARCH. A call to compile for arm will look like: ./build_kernel.sh --config=path/to/config --cross_compile=arm-linux-gnueabi- \ [--verbose]

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -12 lines) Patch
M src/scripts/build_kernel.sh View 4 chunks +50 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Degi
11 years ago (2009-12-15 16:33:04 UTC) #1
Kevin Degi
10 years, 11 months ago (2010-01-26 16:38:53 UTC) #2
This issue is obsolete now with tgardner's changes to the build environment.
Closing.

Powered by Google App Engine
This is Rietveld 408576698