view portasm/gen-masm.sh @ 174:a8052efbde18

- loosened OS detection macros a bit to not bail out and thus make it easier to use dyncall on baremetal
author cslag
date Wed, 08 Feb 2017 12:56:59 +0100
parents 3e629dc19168
children ab2d78e48ca2
line wrap: on
line source

#!/bin/sh
gcc -E -P -DGEN_MASM $1.S >$1.asm