From 48ef7704c03e7e554c05de01bf8d1d70c16cb6f4 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Wed, 20 Dec 2017 16:34:35 -0500 Subject: add libc building to agbcc. --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 00aa8bf..664dfb6 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ if [ "$1" != "" ]; then cp old_agbcc $1/tools/agbcc/bin/ cp ginclude/* $1/tools/agbcc/include/ cp libgcc.a $1/tools/agbcc/lib/ + cp libc.a $1/tools/agbcc/lib/ else echo "Usage: install.sh PATH" fi -- cgit v1.2.3