#!/bin/bash

echo "
Building tmp/libsupport.a"

. ../bootstrap/flags
. ../bootstrap/try
. ../bootstrap/subdirs

subdirs

try ar rs ../tmp/libsupport.a *.o

find ./ -name '*.gch' -exec rm {} \;




