mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 22:51:01 +00:00
install asfilter in build script
This commit is contained in:
parent
027af8eb8a
commit
7c239da15f
@ -58,4 +58,10 @@ cmake ../../Retro68/ -DCMAKE_INSTALL_PREFIX=$PREFIX/m68k-unknown-elf \
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
make -C build-host install
|
make -C build-host install
|
||||||
|
|
||||||
|
mv $PREFIX/bin/m68k-unknown-elf-as $PREFIX/bin/m68k-unknown-elf-as.real
|
||||||
|
ln -s $PREFIX/bin/asfilter $PREFIX/bin/m68k-unknown-elf-as
|
||||||
|
mv $PREFIX/m68k-unknown-elf/bin/as $PREFIX/m68k-unknown-elf/bin/as.real
|
||||||
|
ln -s $PREFIX/bin/asfilter $PREFIX/m68k-unknown-elf/bin/as
|
||||||
|
|
||||||
make -C build-target install
|
make -C build-target install
|
||||||
|
Loading…
Reference in New Issue
Block a user