mirror of
https://github.com/encounter/gc-wii-binutils.git
synced 2026-07-10 03:18:49 -07:00
Create release task, disable Windows arm64
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
PREFIX="$(pwd)/build"
|
||||
wget -qO- https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz | tar -xJ
|
||||
cd binutils-2.41
|
||||
./configure --target=powerpc-unknown-eabi --prefix="$PREFIX" --disable-nls --disable-shared
|
||||
./configure --target=powerpc-eabi --prefix="$PREFIX" --disable-nls --disable-shared
|
||||
make -j$(nproc) configure-host
|
||||
make -j$(nproc)
|
||||
make install-strip
|
||||
|
||||
Reference in New Issue
Block a user