We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec79b8 commit 7d16703Copy full SHA for 7d16703
.github/workflows/m68k.yml
@@ -109,7 +109,7 @@ jobs:
109
./y.sh build --target-triple m68k-unknown-linux-gnu
110
111
cd tests/hello-world
112
- ../../y.sh cargo build --target m68k-unknown-linux-gnu
+ CG_RUSTFLAGS="-Clinker=m68k-unknown-linux-gnu-gcc" ../../y.sh cargo build --target m68k-unknown-linux-gnu
113
../../y.sh cargo run --target m68k-unknown-linux-gnu > hello_world_stdout
114
test $(cat hello_world_stdout) == "Hello, world!" || exit 1
115
0 commit comments