Skip to content

Instantly share code, notes, and snippets.

@thomaslee
Created May 24, 2013 07:35
Show Gist options
  • Save thomaslee/5641890 to your computer and use it in GitHub Desktop.
Save thomaslee/5641890 to your computer and use it in GitHub Desktop.
Showing _RUST_STAGEN in action
touch x86_64-unknown-linux-gnu/stage0/lib/librustllvm.so
touch x86_64-unknown-linux-gnu/stage0/lib/libstd.so
touch x86_64-unknown-linux-gnu/stage0/lib/libextra.so
touch x86_64-unknown-linux-gnu/stage0/lib/librustc.so
g++ -DRUST_NDEBUG -fno-omit-frame-pointer -O2 -Wall -Werror -g -fPIC -m64 -fno-rtti -MMD -MP -MT rt/x86_64-unknown-linux-gnu/stage0/sync/timer.o -MF rt/x86_64-unknown-linux-gnu/stage0/sync/timer.d -c -o rt/x86_64-unknown-linux-gnu/stage0/sync/timer.o -I /home/tom/Source/rust/src/rt -I /home/tom/Source/rust/src/rt/isaac -I /home/tom/Source/rust/src/rt/uthash -I /home/tom/Source/rust/src/rt/arch/x86_64 -I /home/tom/Source/rust/src/rt/linenoise -I /home/tom/Source/rust/src/libuv/include -D_RUST_STAGE0 /home/tom/Source/rust/src/rt/sync/timer.cpp
g++ -DRUST_NDEBUG -fno-omit-frame-pointer -O2 -Wall -Werror -g -fPIC -m64 -fno-rtti -MMD -MP -MT rt/x86_64-unknown-linux-gnu/stage0/sync/lock_and_signal.o -MF rt/x86_64-unknown-linux-gnu/stage0/sync/lock_and_signal.d -c -o rt/x86_64-unknown-linux-gnu/stage0/sync/lock_and_signal.o -I /home/tom/Source/rust/src/rt -I /home/tom/Source/rust/src/rt/isaac -I /home/tom/Source/rust/src/rt/uthash -I /home/tom/Source/rust/src/rt/arch/x86_64 -I /home/tom/Source/rust/src/rt/linenoise -I /home/tom/Source/rust/src/libuv/include -D_RUST_STAGE0 /home/tom/Source/rust/src/rt/sync/lock_and_signal.cpp
g++ -DRUST_NDEBUG -fno-omit-frame-pointer -O2 -Wall -Werror -g -fPIC -m64 -fno-rtti -MMD -MP -MT rt/x86_64-unknown-linux-gnu/stage0/sync/rust_thread.o -MF rt/x86_64-unknown-linux-gnu/stage0/sync/rust_thread.d -c -o rt/x86_64-unknown-linux-gnu/stage0/sync/rust_thread.o -I /home/tom/Source/rust/src/rt -I /home/tom/Source/rust/src/rt/isaac -I /home/tom/Source/rust/src/rt/uthash -I /home/tom/Source/rust/src/rt/arch/x86_64 -I /home/tom/Source/rust/src/rt/linenoise -I /home/tom/Source/rust/src/libuv/include -D_RUST_STAGE0 /home/tom/Source/rust/src/rt/sync/rust_thread.cpp
g++ -DRUST_NDEBUG -fno-omit-frame-pointer -O2 -Wall -Werror -g -fPIC -m64 -fno-rtti -MMD -MP -MT rt/x86_64-unknown-linux-gnu/stage0/rust.o -MF rt/x86_64-unknown-linux-gnu/stage0/rust.d -c -o rt/x86_64-unknown-linux-gnu/stage0/rust.o -I /home/tom/Source/rust/src/rt -I /home/tom/Source/rust/src/rt/isaac -I /home/tom/Source/rust/src/rt/uthash -I /home/tom/Source/rust/src/rt/arch/x86_64 -I /home/tom/Source/rust/src/rt/linenoise -I /home/tom/Source/rust/src/libuv/include -D_RUST_STAGE0 /home/tom/Source/rust/src/rt/rust.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment