diff options
| author | bors <bors@rust-lang.org> | 2013-03-27 16:36:56 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-27 16:36:56 -0700 |
| commit | 8c1540985d9b5e05cbd6a9c8eea5e1ba96ed2fcd (patch) | |
| tree | 63d9f440dd6e672fbcbf1e502595b1091904c6b6 | |
| parent | 4de9a9440711724a88805847ab6f93336e24e157 (diff) | |
| parent | 32b8c0eaac8d45145356146060e8bf5af345b0f6 (diff) | |
| download | rust-8c1540985d9b5e05cbd6a9c8eea5e1ba96ed2fcd.tar.gz rust-8c1540985d9b5e05cbd6a9c8eea5e1ba96ed2fcd.zip | |
auto merge of #5594 : brson/rust/freebsd, r=brson
This condition was added for cygwin support but appears to simply turn off the normalization of CPU types
| -rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure index a58a0a6326c..08d6298afc3 100755 --- a/configure +++ b/configure @@ -308,8 +308,6 @@ case $CFG_OSTYPE in esac -if [ -z "$CFG_CPUTYPE" ] -then case $CFG_CPUTYPE in i386 | i486 | i686 | i786 | x86) @@ -327,7 +325,6 @@ case $CFG_CPUTYPE in *) err "unknown CPU type: $CFG_CPUTYPE" esac -fi # Detect 64 bit linux systems with 32 bit userland and force 32 bit compilation if [ $CFG_OSTYPE = unknown-linux-gnu -a $CFG_CPUTYPE = x86_64 ] |
