File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -334,14 +334,6 @@ enable_if_not_disabled() {
334
334
fi
335
335
}
336
336
337
- to_llvm_triple () {
338
- case $1 in
339
- i686-w64-mingw32) echo i686-pc-windows-gnu ;;
340
- x86_64-w64-mingw32) echo x86_64-pc-windows-gnu ;;
341
- * ) echo $1 ;;
342
- esac
343
- }
344
-
345
337
to_gnu_triple () {
346
338
case $1 in
347
339
i686-pc-windows-gnu) echo i686-w64-mingw32 ;;
@@ -646,12 +638,6 @@ valopt_nosave host "${CFG_BUILD}" "GNUs ./configure syntax LLVM host triples"
646
638
valopt_nosave target " ${CFG_HOST} " " GNUs ./configure syntax LLVM target triples"
647
639
valopt_nosave mandir " ${CFG_PREFIX} /share/man" " install man pages in PATH"
648
640
649
- # Temporarily support old triples until buildbots get updated
650
- CFG_BUILD=$( to_llvm_triple $CFG_BUILD )
651
- putvar CFG_BUILD # Yes, this creates a duplicate entry, but the last one wins.
652
- CFG_HOST=$( to_llvm_triple $CFG_HOST )
653
- CFG_TARGET=$( to_llvm_triple $CFG_TARGET )
654
-
655
641
# On Windows this determines root of the subtree for target libraries.
656
642
# Host runtime libs always go to 'bin'.
657
643
valopt libdir " ${CFG_PREFIX} /lib" " install libraries"
You can’t perform that action at this time.
0 commit comments