diff options
author | Jay Freeman <saurik@saurik.com> | 2009-04-10 19:31:13 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-04-10 19:31:13 +0000 |
commit | 94ced546e037029eb490bd166522164e6b58f02f (patch) | |
tree | d17acd9c0219e40e809efd0e1440c89911b1f6b2 | |
parent | 92d9a8637c7a03b25e24fa5737346ec99b6533a7 (diff) |
Ok, so some things /aren't/ better in thumb.
git-svn-id: http://svn.telesphoreo.org/trunk@572 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/ncurses/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh index e6978aa53..a497f097e 100644 --- a/data/ncurses/make.sh +++ b/data/ncurses/make.sh @@ -6,11 +6,11 @@ mkdir bld-ncurses{,w} cd bld-ncurses flags='--with-shared --without-normal --without-debug --enable-sigwinch' PKG_CONF=../${dir}/configure pkg:configure ${flags} -make CFLAGS='-O2 -mthumb' +make #CFLAGS='-O2 -mthumb' pkg:install cd ../bld-ncursesw PKG_CONF=../${dir}/configure pkg:configure ${flags} --disable-overwrite --enable-widec -make CFLAGS='-O2 -mthumb' +make #CFLAGS='-O2 -mthumb' pkg:install pkg: mkdir -p @/usr/lib |