#!/bin/bash

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

echo Creating tmp/libsupport.a

subdirs

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

rm *.o



