rust 1.48.0, phase 2
This commit is contained in:
@@ -22,19 +22,19 @@ WorkDir = "rustc-%s-src" %get.srcVERSION()
|
|||||||
#At phase 2, rust will be built again with this newly built rust.
|
#At phase 2, rust will be built again with this newly built rust.
|
||||||
#Before phase 2, the lines below will be commented out.
|
#Before phase 2, the lines below will be commented out.
|
||||||
|
|
||||||
RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
|
#RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
|
||||||
RustcDir = "%s/rustbin" %get.workDIR()
|
#RustcDir = "%s/rustbin" %get.workDIR()
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
#İkinci aşamada bu satırlar da yoruma çevrilecek.
|
#İkinci aşamada bu satırlar da yoruma çevrilecek.
|
||||||
#At phase 2, these lines also will be commented out.
|
#At phase 2, these lines also will be commented out.
|
||||||
shelltools.cd(RustBinDir)
|
#shelltools.cd(RustBinDir)
|
||||||
shelltools.system("./install.sh --prefix=%s" %RustcDir)
|
#shelltools.system("./install.sh --prefix=%s" %RustcDir)
|
||||||
shelltools.cd("..")
|
#shelltools.cd("..")
|
||||||
pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
|
#pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
|
||||||
pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
|
#pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
|
||||||
####################################################
|
####################################################
|
||||||
|
|
||||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||||
|
|||||||
@@ -15,12 +15,12 @@
|
|||||||
<Archive sha1sum="a26f089d27c9cc283a7305fc8ece6b4674a036fd" type="targz">https://static.rust-lang.org/dist/rustc-1.48.0-src.tar.gz</Archive>
|
<Archive sha1sum="a26f089d27c9cc283a7305fc8ece6b4674a036fd" type="targz">https://static.rust-lang.org/dist/rustc-1.48.0-src.tar.gz</Archive>
|
||||||
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
|
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
|
||||||
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
|
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
|
||||||
<Archive sha1sum="f0615a346a5db786a05b3e9ea45ef3ce5c86e5fb" type="targz" target="rustc-1.48.0-src">https://static.rust-lang.org/dist/rust-1.48.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
<!-- <Archive sha1sum="f0615a346a5db786a05b3e9ea45ef3ce5c86e5fb" type="targz" target="rustc-1.48.0-src">https://static.rust-lang.org/dist/rust-1.48.0-x86_64-unknown-linux-gnu.tar.gz</Archive> -->
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<!-- <Dependency>rust</Dependency> -->
|
<Dependency>rust</Dependency>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency versionFrom="11.0.0">llvm</Dependency>
|
<Dependency versionFrom="11.0.0">llvm</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user