/[packages]/cauldron/rust/current/SPECS/rust.spec
ViewVC logotype

Diff of /cauldron/rust/current/SPECS/rust.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1192968 by akien, Sat Jan 13 10:05:18 2018 UTC revision 1192969 by akien, Sat Jan 13 22:33:04 2018 UTC
# Line 5  Line 5 
5    
6  # Only x86_64 and i686 are Tier 1 platforms at this time.  # Only x86_64 and i686 are Tier 1 platforms at this time.
7  # https://forge.rust-lang.org/platform-support.html  # https://forge.rust-lang.org/platform-support.html
8  %global rust_arches x86_64 %ix86 armv7hl aarch64 ppc64 ppc64le s390x  %global rust_arches x86_64 i686 i586 armv7hl aarch64 ppc64 ppc64le s390x
9    
10  # The channel can be stable, beta, or nightly  # The channel can be stable, beta, or nightly
11  %{!?channel: %global channel stable}  %{!?channel: %global channel stable}
# Line 92  Patch2:         rust-installer-Create-xz Line 92  Patch2:         rust-installer-Create-xz
92      arch = "powerpc64"      arch = "powerpc64"
93    elseif arch == "ppc64le" then    elseif arch == "ppc64le" then
94      arch = "powerpc64le"      arch = "powerpc64le"
95      elseif arch == "i586" then
96        arch = "i686"
97    end    end
98    return arch.."-unknown-linux-"..abi    return arch.."-unknown-linux-"..abi
99  end}  end}

Legend:
Removed from v.1192968  
changed lines
  Added in v.1192969

  ViewVC Help
Powered by ViewVC 1.1.30