summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-11-12 17:21:06 -0800
committerGitHub <noreply@github.com>2018-11-12 17:21:06 -0800
commite4bfbba75f40c3203267a235be5266d22adea6a3 (patch)
treec8d7942bd4f345274b8cadf3045db26b51b26db2 /build-test.sh
parentce7e79770b924c3ed4649c60074fa36c1401b4ee (diff)
downloadcoreclr-e4bfbba75f40c3203267a235be5266d22adea6a3.tar.gz
coreclr-e4bfbba75f40c3203267a235be5266d22adea6a3.tar.bz2
coreclr-e4bfbba75f40c3203267a235be5266d22adea6a3.zip
Simplify build.sh command line arguments for Linux/arm cross build (Part 1) (#20836)
* Don't use crosscomponent|-crosscomponent command line args in build.sh * Don't use CROSSCOMPONENT environment variable in build.sh src/pal/tools/gen-buildsys-clang.sh * Remove mentioning -crosscomponent from usage() in build-test.sh * Don't use -crosscomponent in buildpipeline * Don't use -crosscomponent in Groovy files * Remove mentioning crosscomponent in Documentation/building/linux-instructions.md * Stop building Hostx86/armel crossgen in build.sh * Disable CrossGen-ing of System.Private.CoreLib on Linux/armel
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-test.sh b/build-test.sh
index 4ad12458ff..8a09aefc6e 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -528,8 +528,6 @@ usage()
echo "clangx.y - optional argument to build using clang version x.y - supported version 3.5 - 6.0"
echo "cross - optional argument to signify cross compilation,"
echo " - will use ROOTFS_DIR environment variable if set."
- echo "crosscomponent - optional argument to build cross-architecture component,"
- echo " - will use CAC_ROOTFS_DIR environment variable if set."
echo "portableLinux - build for Portable Linux Distribution"
echo "portablebuild - Use portable build."
echo "verbose - optional argument to enable verbose build output."