File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222
2323# TODO: remove LIBRARY_PATH and GCC_EXEC_PREFIX. Those are used to debug the LTO front-end.
2424# LIBRARY_PATH=/home/bouanto/Ordinateur/Programmation/Projets/gcc-repo/gcc-build/build/gcc GCC_EXEC_PREFIX=/opt/gcc/libexec/gcc/x86_64-pc-linux-gnu
25- PATH=$PATH :/opt/gcc/bin RUSTDOCFLAGS=" $RUSTFLAGS " cargo +${TOOLCHAIN} $cmd $@
25+ # PATH=$PATH:/opt/gcc/bin
26+ RUSTDOCFLAGS=" $RUSTFLAGS " cargo +${TOOLCHAIN} $cmd $@
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ function std_tests() {
179179 echo " [AOT] alloc_example"
180180 # TODO: -Clink-arg=-lgcc_s
181181 # TODO: -Cdefault-linker-libraries also fixes the issue.
182- PATH= " $PATH :/opt/gcc/bin/ " $RUSTC example/alloc_example.rs -v --crate-type bin --target $TARGET_TRIPLE
182+ $RUSTC example/alloc_example.rs -v --crate-type bin --target $TARGET_TRIPLE
183183 $RUN_WRAPPER ./target/out/alloc_example
184184
185185 echo " [AOT] dst_field_align"
You can’t perform that action at this time.
0 commit comments