mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix binutils-powerpc-linux-gnu package name
This commit is contained in:
parent
4e2eeb415f
commit
8b7103180c
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
title = "Trying to Run Rust on Classic Mac OS"
|
title = "Trying to Run Rust on Classic Mac OS"
|
||||||
date = 2023-02-27T10:06:28+10:00
|
date = 2023-02-27T10:06:28+10:00
|
||||||
|
|
||||||
#[extra]
|
[extra]
|
||||||
#updated = 2023-01-11T21:11:28+10:00
|
updated = 2023-03-26T14:27:05+10:00
|
||||||
+++
|
+++
|
||||||
|
|
||||||
I recently acquired a Power Macintosh 9500/150 and after cleaning it up and
|
I recently acquired a Power Macintosh 9500/150 and after cleaning it up and
|
||||||
|
@ -366,7 +366,7 @@ my `.a`, and it worked:
|
||||||
```
|
```
|
||||||
docker run --rm -it -v $(pwd):/src debian:testing
|
docker run --rm -it -v $(pwd):/src debian:testing
|
||||||
apt update
|
apt update
|
||||||
apt install powerpc-linux-gnu-binutils
|
apt install binutils-powerpc-linux-gnu
|
||||||
powerpc-linux-gnu-objcopy -O aixcoff-rs6000 /src/target/powerpc-apple-macos/release/libclassic_mac_rust.a /src/target/powerpc-apple-macos/release/libclassic_mac_rust.obj
|
powerpc-linux-gnu-objcopy -O aixcoff-rs6000 /src/target/powerpc-apple-macos/release/libclassic_mac_rust.a /src/target/powerpc-apple-macos/release/libclassic_mac_rust.obj
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue