Steven Fackler
0084d5e0ee
Add a method to macro-expand source files
8 years ago
Alex Crichton
d7d05ebf98
Merge pull request #121 from nagisa/clang
Add support for clang
8 years ago
Simonas Kazlauskas
7ef1bf4f6d
Fix nits
8 years ago
Simonas Kazlauskas
59f0f969aa
Add support for clang
This does a little bit of refactoring in order to introduce abstraction-notion of different
families of compilers that may be used, so the gcc-rs didn’t rely so much on matching pathes and
targets.
8 years ago
Alex Crichton
e1ed83d216
Merge pull request #127 from michaelfairley/armv7
Use arm toolchain for armv7 on Android
8 years ago
Michael Fairley
cbf8311066
Use arm toolchain for armv7 on Android
8 years ago
Alex Crichton
b1601a6bc2
Merge pull request #126 from mbrubeck/deps
Upgrade to rayon 0.6
8 years ago
Matt Brubeck
7ed965ed8f
Upgrade to rayon 0.6
8 years ago
Alex Crichton
39c99e9954
Bump to 0.3.41
8 years ago
Alex Crichton
a6287bf501
Merge pull request #123 from FaultyRAM/rustfmt
Ran rustfmt
8 years ago
FaultyRAM
b906b39d00
Ran rustfmt
8 years ago
Alex Crichton
533b6a2781
Merge pull request #122 from jdub/rayon5
rayon 0.5
8 years ago
Jeff Waugh
c87ebcc10f
rayon 0.5
8 years ago
Alex Crichton
7d6e819cca
No install step on 1.6.0
8 years ago
Alex Crichton
187997b488
Fix compat with older Rust
Close #120
8 years ago
Alex Crichton
13eb349afb
Bump to 0.3.40
8 years ago
Alex Crichton
ddc7ce6bfe
Add -melf_i386 to i686 musl
8 years ago
Alex Crichton
dccc656715
Merge pull request #118 from jakllsch/netbsd-sparc64-20161205
Add toolchain prefix for sparc64-unknown-netbsd target
8 years ago
Jonathan A. Kollasch
93f3a8276b
Add toolchain prefix for sparc64-unknown-netbsd target
8 years ago
Alex Crichton
b3a68221d1
Bump to 0.3.39
8 years ago
Alex Crichton
af3bc30cd0
Pass /MT for crt-static on MSVC
8 years ago
Alex Crichton
60e59fc0c2
Merge pull request #117 from Jascha-N/add-atlmfc-detection
Add ATL/MFC detection
8 years ago
Jascha
3df9fcf938
Revert emitting atls.lib cargo metadata
8 years ago
Jascha
bda11f20c1
Add ATL/MFC workaround for linker
8 years ago
Jascha
5a05e13d5c
Add ATL/MFC detection for MSVC
8 years ago
Alex Crichton
d46446e667
Merge pull request #116 from parched/master
use armv6s-m instead of armv6-m
8 years ago
James Duley
9d63a29a8d
Specify FPU for thumv7em-none-eabihf
`-mfpu=fpv4-sp-d16` matches rust specifies for this target.
It is the minimum FPU for this target, which is better than
vfp2 (the default AFAIK).
8 years ago
James Duley
bbc420623c
use armv6s-m instead of armv6-m
This allows use of the SVC instruction
and matches what rustc gets from LLVM
with thumbv6m.
8 years ago
Alex Crichton
ddf7701220
Really fix nightly tests
8 years ago
Alex Crichton
d736142660
Fix tests on nightly
8 years ago
Alex Crichton
1a4afee706
Update travis token
8 years ago
Alex Crichton
df519f6011
Merge pull request #114 from paukstis/master
Add default cpp_link_stdlib for FreeBSD target
8 years ago
Evaldas Auryla
0c45ed19ea
Add default cpp_link_stdlib for FreeBSD target
FreeBSD defaults to Clang, libc++ would be a preferred lib.
8 years ago
Alex Crichton
a514e25a85
Don't pass SAFESEH to cl.exe
Apparently that's not an option, and presumably it's not super necessary as it's
not cause problems not being passed to the linker.
8 years ago
Alex Crichton
be620ac6d3
Bump to 0.3.38
8 years ago
Alex Crichton
a97a973a89
Don't pass `u` to `ar`
It seems to cause warnings and otherwise we don't really need it as we're always
creating new archives.
8 years ago
Alex Crichton
f5d90fa492
Merge pull request #110 from jdub/cross-compile
Trim right - from CROSS_COMPILE
8 years ago
Jeff Waugh
ffc397d143
Trim right - from CROSS_COMPILE
Note the expected form of CROSS_COMPILE for future reference.
8 years ago
Alex Crichton
9490aeb9f4
More flags for armv7 android
8 years ago
Alex Crichton
6695e62fb4
Bump to 0.3.37
8 years ago
Alex Crichton
e2836e702c
Add support for i586 msvc
Closes #108
8 years ago
Alex Crichton
7ee31b17f6
Bump to 0.3.36
8 years ago
Alex Crichton
a6cc26edfe
Add mips64 target prefixes
8 years ago
Alex Crichton
24d1b39ee2
Merge pull request #106 from jdub/cross-compile
Support CROSS_COMPILE environment variable
8 years ago
Jeff Waugh
5f97af4701
CROSS_COMPILE is explicit, use it before fallbacks
8 years ago
Jeff Waugh
474e39d283
Support CROSS_COMPILE environment variable
Used as last resort when HOST != TARGET.
8 years ago
Alex Crichton
557c854388
pass --target on appveyor
8 years ago
Alex Crichton
d2a3a66cb9
Merge pull request #104 from japaric/thumb
add prefix and flags for Cortex-M targets
8 years ago
Jorge Aparicio
e0ed11f270
add prefix and flags for Cortex-M targets
8 years ago
Alex Crichton
3419148e2b
Merge pull request #103 from alexbool/master
Fix build with opt-levels s/z (issue #102 )
8 years ago