comparison test/gen-masm/gen_masm.sh @ 341:ab2d78e48ca2

- gen-masm . fallback on clang if gcc not available . consolidated use of redundant scripts . regen of portasm based masm files - minor symbol name changes for clarity/consistency
author Tassilo Philipp
date Sat, 04 Jan 2020 23:00:02 +0100
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
340:6e33db95e724 341:ab2d78e48ca2
1 gcc -E -P -DGEN_MASM call_x86.S >call_x86.masm 1 #!/bin/sh
2 gcc -E -P -DGEN_MASM call_x64.S >call_x64.masm 2 cd `dirname $0`
3 3
4 ../../portasm/gen-masm.sh call_x86
5 ../../portasm/gen-masm.sh call_x64
6