view buildsys/dynmake/dynmake.sh @ 14:450c4f06cb14

added 4-byte alignment for arm64 call kernel
author Daniel Adler
date Thu, 23 Jul 2015 01:30:23 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
#cpp -D MAKE_CMD_$2 -P Makefile.M | sed "s/^  */	/" > Makefile.dynmake
gcc -D MAKE_CMD_$2 -E -P -x c Makefile.M | sed "s/^  */	/" > Makefile.dynmake
$2 -f Makefile.dynmake $1