#!/bin/bash

. ../bootstrap/flags
. ../bootstrap/functions

echo Creating tmp/libsupport.a

subdirs

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

rm *.o



