view portasm/gen-masm.sh @ 150:3cb226f48495

- make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
author cslag
date Sat, 17 Sep 2016 14:15:02 +0200
parents 3e629dc19168
children ab2d78e48ca2
line wrap: on
line source

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