diff options
| author | Luqman Aden <laden@csclub.uwaterloo.ca> | 2013-11-01 14:21:48 -0400 |
|---|---|---|
| committer | Luqman Aden <laden@csclub.uwaterloo.ca> | 2013-11-01 14:21:48 -0400 |
| commit | d9decf30bd12f5b97a99739a57a2f8611fa36443 (patch) | |
| tree | 37c8f412d1b7b1dbeadd8e2c35deac81b4a26090 | |
| parent | 12222f98259467e17c276ca70b9d5047b1e21634 (diff) | |
configure: Remove legacy triple flags.
| -rwxr-xr-x | configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure b/configure index 0adadbc9794..cd503ffcc73 100755 --- a/configure +++ b/configure @@ -400,11 +400,6 @@ valopt infodir "${CFG_PREFIX}/share/info" "install additional info" valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH" valopt libdir "${CFG_PREFIX}/lib" "install libraries" -#Deprecated opts to keep compatibility -valopt build-triple "" "LLVM build triple" -valopt host-triples "" "LLVM host triples" -valopt target-triples "" "LLVM target triples" - # Validate Options step_msg "validating $CFG_SELF args" validate_opt @@ -601,19 +596,6 @@ then fi # a little post-processing of various config values - -# XXX: Support for deprecated syntax, should be dropped. -if [ ! -z "$CFG_BUILD_TRIPLE" ]; then - CFG_BUILD=${CFG_BUILD_TRIPLE} -fi -if [ ! -z "$CFG_HOST_TRIPLES" ]; then - CFG_HOST=${CFG_HOST_TRIPLES} -fi -if [ ! -z "$CFG_TARGET_TRIPLES" ]; then - CFG_TARGET=${CFG_TARGET_TRIPLES} -fi - - CFG_PREFIX=${CFG_PREFIX%/} CFG_MANDIR=${CFG_MANDIR%/} CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')" |
