diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-31 21:21:14 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-31 21:21:14 -0500 |
commit | 3fcbcaebaea25e36ae0f66d1f3953825518b7c9b (patch) | |
tree | b3a67f280654f3ed0220ea14a9282e9cfda01b8e /install.sh | |
parent | 3397016bff4dd62706f7d807a5196e79ae9c30b6 (diff) |
Patch get_run_time and add arm compiler to install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ if [ "$1" != "" ]; then mkdir -p $1/tools/agbcc/lib cp agbcc $1/tools/agbcc/bin/ cp old_agbcc $1/tools/agbcc/bin/ + cp agbcc_arm $1/tools/agbcc/bin/ cp -R libc/include $1/tools/agbcc/ #drop include, because we don't want include/include cp ginclude/* $1/tools/agbcc/include/ cp libgcc.a $1/tools/agbcc/lib/ |