Alex Crichton
6fad7dd3a5
Merge pull request #76 from timonvo/arm-musl
Add support for ARM MUSL cross-compilers.
9 years ago
Timon Van Overveldt
49e9f30dc7
Add support for ARM MUSL cross-compilers.
This paves the way for adding support for statically built Rust
binaries for ARM using MUSL libc.
The standard suffixes for ARM MUSL cross-compilers are
musleabi/musleabihf, as opposed to gnueabi/gnueabihf.
9 years ago
Alex Crichton
b4afd4a3d9
Bump to 0.3.26
9 years ago
Alex Crichton
51a8985071
Fix a typo
9 years ago
Alex Crichton
72d49c5430
Try to set Platform for MSBuild
9 years ago
Alex Crichton
ac14e78e2d
Add MSBuild executable name
9 years ago
Alex Crichton
489e811229
Add support for finding msbuild
9 years ago
Alex Crichton
d722db673d
Bump to 0.3.25
9 years ago
Alex Crichton
7a1bfc2a9a
Force arm-*-*-gnueabihf targets to armv6
See rust-lang/rust#31800
9 years ago
Alex Crichton
ee8af6a757
Merge pull request #73 from gabrielesvelto/master
Add support for MIPS little-endian targets
9 years ago
Gabriele Svelto
efbe7bf074
Add support for MIPS little-endian targets
Closes #72
9 years ago
Alex Crichton
a4d6370983
Bump to 0.3.24
9 years ago
Alex Crichton
dc3dd4aa16
Apparently safeseh is lowercase to ml.exe ...
9 years ago
Alex Crichton
64bfcf310b
Pass SAFESEH to i686 MSVC tools
9 years ago
Alex Crichton
d0f9a38ff6
Bump to 0.3.23
9 years ago
Alex Crichton
dc55d11eb2
Drop winapi/advapi32 deps
They take a *long* time to compile on Windows and aren't necessarily worth it.
9 years ago
Alex Crichton
ee3f5a89a4
Merge pull request #71 from na-Itms/master
Remove out-of-date link in README.md
9 years ago
na-Itms
483f35e055
Remove out-of-date link in README.md
The former direct link to the installer was pointing to an out-of-date version of the program that is unable to fetch installation sources.
9 years ago
Alex Crichton
f0743a8078
Bump to 0.3.22
9 years ago
Alex Crichton
d3557007a8
Merge pull request #70 from peterhj/peterhj-nvcc
Preliminary support for building CUDA C files with nvcc.
9 years ago
Alex Crichton
8e51c4c5bc
Merge pull request #69 from fabricedesre/armv7
Add armv7-unknown-linux-gnueabihf to the list of supported targets
9 years ago
Peter Jin
cef0689532
Preliminary support for building CUDA C files with nvcc.
9 years ago
Fabrice Desré
83a9d4da94
Add -march=armv7-a for armv7 linux targets
9 years ago
Fabrice Desré
558ff2f8da
Add armv7-unknown-linux-gnueabihf to the list of supported targets
9 years ago
Alex Crichton
be7f717c46
Pass -m64 for powerpc64
9 years ago
Alex Crichton
b90e1a9318
Add default compilers for powerpc linux
9 years ago
Alex Crichton
64fc0e756b
Switch back from stable -> 1.5.0
Keep CI running
9 years ago
Alex Crichton
ce2e1ceb31
Update travis script
9 years ago
Alex Crichton
007a8e2115
Move travis from 1.0.0 -> stable
9 years ago
Alex Crichton
9edb3be452
Merge pull request #67 from phil-opp/pic-option
Add `pic` method to override default emission of `-fPIC`
9 years ago
Philipp Oppermann
74b883ec13
Add `pic` method to override default emission of `-fPIC`
9 years ago
Alex Crichton
ade4e1ead0
Bump to 0.3.21
9 years ago
Alex Crichton
2a7ae029d3
Don't include the colon in /Fo for MSVC
Closes #66
9 years ago
Alex Crichton
6b8bfabc21
Merge pull request #65 from shepmaster/patch-1
Fix typos
9 years ago
Jake Goulding
8494fbb99d
Fix typos
9 years ago
Alex Crichton
46c550925d
Bump to 0.3.20
9 years ago
Alex Crichton
01e8cf50cd
Handle rumprun-netbsd for cross compiles
9 years ago
Alex Crichton
901d6905ef
Use MD when compiling C files
9 years ago
Alex Crichton
92fadb55e2
Fix version check
9 years ago
Alex Crichton
456ac0db98
Update CI
9 years ago
Alex Crichton
e76ff5f3dc
Yet another attempt to fix nightly CI
9 years ago
Alex Crichton
ce0075e0f8
Another attempt at fixing nightly
9 years ago
Alex Crichton
eb78c53c3c
Try to fix nightly builds
9 years ago
Alex Crichton
48a6eb9a16
Fall back to copy if hard linking fails
Closes #60
9 years ago
Alex Crichton
39c472e122
Merge pull request #59 from aarzee/master
Clean whitespace
9 years ago
Carlos Liam
48705dd2c5
Clean whitespace
Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines
9 years ago
Alex Crichton
0df8aca43e
Bump to 0.3.19
9 years ago
Alex Crichton
f308ef2121
Pass -static when compiling for MUSL
Currently needed for when configure scripts and such try to build executables
9 years ago
Alex Crichton
e8f69261d3
Bump to 0.3.18
9 years ago
Alex Crichton
f5dd8ae454
Add .exe on the end of the windows gcc
9 years ago