Enabling cross building of native corefx for Ubuntu 14.04 ARM target#6585
Enabling cross building of native corefx for Ubuntu 14.04 ARM target#6585stephentoub merged 1 commit intodotnet:masterfrom
Conversation
Using the cross build process of coreclr, enable cross building of native corefx components for Ubuntu 14.04 ARM target. (e.g. u14.04$> ROOTFS_DIR=/work/dotnet/rootfs-corefx/arm \ ./build.sh native arm clean cross ) Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com> Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
|
Hi @leemgs, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! TTYL, DNFBOT; |
|
This patch is based on the e19bb5b |
|
LGTM (as in that other PR, it'd be nice to factor out the cross-repo pieces, but that can be done separately) |
|
@leemgs, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
|
LGTM |
Enabling cross building of native corefx for Ubuntu 14.04 ARM target
Enabling cross building of native corefx for Ubuntu 14.04 ARM target Commit migrated from dotnet/corefx@804f505
ARM: Using the cross build process of coreclr, enable cross building
of native corefx components for Ubuntu 14.04 ARM target.
(e.g. u14.04$> ROOTFS_DIR=/work/dotnet/rootfs-corefx/arm
./build.sh native arm clean cross )
Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com
Signed-off-by: Geunsik Lim geunsik.lim@samsung.com
Signed-off-by: Prajwal A N an.prajwal@samsung.com