mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-21 10:15:10 +00:00
Add vasm wrapper.
This commit is contained in:
@ -247,6 +247,12 @@ function build_vasm {
|
||||
cd "${VASM}"
|
||||
make CPU="m68k" SYNTAX="mot"
|
||||
cp "vasmm68k_mot" "vobjdump" "${PREFIX}/bin/"
|
||||
|
||||
cat >"${PREFIX}/bin/vasm" <<EOF
|
||||
#!/bin/sh
|
||||
|
||||
vasmm68k_mot -I${PREFIX}/os-include "\$@"
|
||||
EOF
|
||||
popd
|
||||
|
||||
touch "${STAMP}/build-vasm"
|
||||
|
||||
Reference in New Issue
Block a user