1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-21 01:37:26 +00:00

Add vasm wrapper.

This commit is contained in:
Krystian Bacławski
2012-10-04 12:06:58 +02:00
parent f31edbe52f
commit f054b7b85a

View File

@ -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"