From 94ced546e037029eb490bd166522164e6b58f02f Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Fri, 10 Apr 2009 19:31:13 +0000 Subject: Ok, so some things /aren't/ better in thumb. git-svn-id: http://svn.telesphoreo.org/trunk@572 514c082c-b64e-11dc-b46d-3d985efe055d --- data/ncurses/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') 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 -- cgit v1.2.3