[Chapel Merge] Update environment variables to use 'bundled' to m

Branch: refs/heads/master
Revision: a668309
Author: daviditen
Log Message:

Merge pull request #16540 from daviditen/environment-bundled

Update environment variables to use ‘bundled’ to mean the included version

[reviewed by @ben-albrecht]

For six environment settings that use the name of the library to mean the
bundled version switch to using ‘bundled’. Issue a warning about the old
way being deprecated.

For example,
CHPL_GDB=gdb -> CHPL_GDB=bundled

Move the Makefiles that are based on this name.

Closes #15868

Modified Files:
A runtime/etc/Makefile.gmp-bundled
A runtime/etc/Makefile.hwloc-bundled
A runtime/etc/Makefile.jemalloc-bundled
A runtime/etc/Makefile.unwind-bundled
A runtime/make/Makefile.runtime.gmp-bundled
A runtime/make/Makefile.runtime.hwloc-bundled
A runtime/make/Makefile.runtime.jemalloc-bundled
A runtime/make/Makefile.runtime.unwind-bundled
A test/deprecated/environmentBundled.chpl
A test/deprecated/environmentBundled.notest
A third-party/llvm/Makefile.include-bundled
R runtime/etc/Makefile.gmp-gmp
R runtime/etc/Makefile.hwloc-hwloc
R runtime/etc/Makefile.jemalloc-jemalloc
R runtime/etc/Makefile.unwind-libunwind
R runtime/make/Makefile.runtime.gmp-gmp
R runtime/make/Makefile.runtime.hwloc-hwloc
R runtime/make/Makefile.runtime.jemalloc-jemalloc
R runtime/make/Makefile.runtime.unwind-libunwind
R third-party/llvm/Makefile.include-llvm
M test/chplenv/chplconfig/correctness/chplconfig
M test/chplenv/chplconfig/correctness/correctness.chpl
M test/runtime/thomasvandoren/rerun_compiler_with_opposite_hwloc.bash
M third-party/Makefile
M third-party/qthread/Makefile
M util/chplenv/chpl_gmp.py
M util/chplenv/chpl_hwloc.py
M util/chplenv/chpl_jemalloc.py
M util/chplenv/chpl_libfabric.py
M util/chplenv/chpl_llvm.py
M util/chplenv/chpl_unwind.py

Compare: https://github.com/chapel-lang/chapel/compare/14199a88525f...a668309034f4