File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -519,6 +519,7 @@ valopt_nosave host "${CFG_BUILD}" "GNUs ./configure syntax LLVM host triples"
519
519
valopt_nosave target " ${CFG_HOST} " " GNUs ./configure syntax LLVM target triples"
520
520
valopt_nosave mandir " ${CFG_PREFIX} /share/man" " install man pages in PATH"
521
521
valopt_nosave docdir " ${CFG_PREFIX} /share/doc/rust" " install documentation in PATH"
522
+ valopt_nosave bindir " ${CFG_PREFIX} /bin" " install binaries"
522
523
523
524
# On Windows this determines root of the subtree for target libraries.
524
525
# Host runtime libs always go to 'bin'.
@@ -710,6 +711,7 @@ envopt LDFLAGS
710
711
CFG_PREFIX=${CFG_PREFIX%/ }
711
712
CFG_MANDIR=${CFG_MANDIR%/ }
712
713
CFG_DOCDIR=${CFG_DOCDIR%/ }
714
+ CFG_BINDIR=${CFG_BINDIR%/ }
713
715
CFG_HOST=" $( echo $CFG_HOST | tr ' ,' ' ' ) "
714
716
CFG_TARGET=" $( echo $CFG_TARGET | tr ' ,' ' ' ) "
715
717
@@ -750,6 +752,7 @@ putvar CFG_X86_64_LINUX_ANDROID_NDK
750
752
putvar CFG_NACL_CROSS_PATH
751
753
putvar CFG_MANDIR
752
754
putvar CFG_DOCDIR
755
+ putvar CFG_BINDIR
753
756
putvar CFG_USING_LIBCPP
754
757
755
758
msg
You can’t perform that action at this time.
0 commit comments