Skip to content

Commit 8f53990

Browse files
committed
---
yaml --- r: 93411 b: refs/heads/try c: d9decf3 h: refs/heads/master i: 93409: 5c15535 93407: 20e556d v: v3
1 parent c22a730 commit 8f53990

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: 12222f98259467e17c276ca70b9d5047b1e21634
5+
refs/heads/try: d9decf30bd12f5b97a99739a57a2f8611fa36443
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/configure

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,6 @@ valopt infodir "${CFG_PREFIX}/share/info" "install additional info"
400400
valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
401401
valopt libdir "${CFG_PREFIX}/lib" "install libraries"
402402

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-
408403
# Validate Options
409404
step_msg "validating $CFG_SELF args"
410405
validate_opt
@@ -601,19 +596,6 @@ then
601596
fi
602597

603598
# 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-
617599
CFG_PREFIX=${CFG_PREFIX%/}
618600
CFG_MANDIR=${CFG_MANDIR%/}
619601
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"

0 commit comments

Comments
 (0)