about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2015-10-18 14:32:50 -0700
committerVadim Chugunov <vadimcn@gmail.com>2015-10-19 00:42:04 -0700
commitbd0cf1ba13566417c71ce8908af39f94cbbb8468 (patch)
treea7c052d273a7991cf99151c855318dc99e7a5473 /src/libstd/sys/unix/stack_overflow.rs
parentc807ff3b449a8dafc5cef539e5e65b2fe6dab879 (diff)
downloadrust-bd0cf1ba13566417c71ce8908af39f94cbbb8468.tar.gz
rust-bd0cf1ba13566417c71ce8908af39f94cbbb8468.zip
Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own (for now on for -windows-gnu target only).
Since it isn't possible to disable linkage of just GCC startup objects, we now need logic for finding libc installation directory and copying the required startup files (e.g. crt2.o) to rustlib directory.
Bonus change: use the `-nodefaultlibs` flag on Windows, thus paving the way to direct linker invocation.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions