-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Enabling cross building of native corefx for Ubuntu 14.04 ARM target #6585
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 <[email protected]> Signed-off-by: Geunsik Lim <[email protected]> Signed-off-by: Prajwal A N <[email protected]>
|
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 [email protected]
Signed-off-by: Geunsik Lim [email protected]
Signed-off-by: Prajwal A N [email protected]