Skip to content

Commit 188816d

Browse files
committed
Cleanup
1 parent 47de037 commit 188816d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cargo.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ shift
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 $@

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)