diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-22 14:26:33 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-22 14:26:33 +0000 |
commit | fc768c3c184f49990f6a1f4ee92f6bcf2329a54b (patch) | |
tree | 915cbb873490190f265fbb1816038802ed3afc4e /data/bc | |
parent | 6730a7d9743ed45c6ca259c7a9452987fe19db9b (diff) |
Cross compiler is now being used to compile bc.
git-svn-id: http://svn.telesphoreo.org/trunk@26 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bc')
-rw-r--r-- | data/bc/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/bc/make.sh b/data/bc/make.sh index 35a54076e..a2d6f6ae5 100644 --- a/data/bc/make.sh +++ b/data/bc/make.sh @@ -1,5 +1,6 @@ pkg:extract cd * +autoconf pkg:configure make pkg:install |