File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 12222f98259467e17c276ca70b9d5047b1e21634
8
+ refs/heads/try2: d9decf30bd12f5b97a99739a57a2f8611fa36443
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -400,11 +400,6 @@ valopt infodir "${CFG_PREFIX}/share/info" "install additional info"
400
400
valopt mandir " ${CFG_PREFIX} /share/man" " install man pages in PATH"
401
401
valopt libdir " ${CFG_PREFIX} /lib" " install libraries"
402
402
403
- # Deprecated opts to keep compatibility
404
- valopt build-triple " " " LLVM build triple"
405
- valopt host-triples " " " LLVM host triples"
406
- valopt target-triples " " " LLVM target triples"
407
-
408
403
# Validate Options
409
404
step_msg " validating $CFG_SELF args"
410
405
validate_opt
@@ -601,19 +596,6 @@ then
601
596
fi
602
597
603
598
# a little post-processing of various config values
604
-
605
- # XXX: Support for deprecated syntax, should be dropped.
606
- if [ ! -z " $CFG_BUILD_TRIPLE " ]; then
607
- CFG_BUILD=${CFG_BUILD_TRIPLE}
608
- fi
609
- if [ ! -z " $CFG_HOST_TRIPLES " ]; then
610
- CFG_HOST=${CFG_HOST_TRIPLES}
611
- fi
612
- if [ ! -z " $CFG_TARGET_TRIPLES " ]; then
613
- CFG_TARGET=${CFG_TARGET_TRIPLES}
614
- fi
615
-
616
-
617
599
CFG_PREFIX=${CFG_PREFIX%/ }
618
600
CFG_MANDIR=${CFG_MANDIR%/ }
619
601
CFG_HOST=" $( echo $CFG_HOST | tr ' ,' ' ' ) "
You can’t perform that action at this time.
0 commit comments