summaryrefslogtreecommitdiffstats
path: root/make/ncurses.mk
Commit message (Collapse)AuthorAgeFilesLines
* Thomas Cameron writes:Eric Andersen2003-11-121-1/+3
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-1/+2
| | | | | | | | | i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-2/+2
| | | | | | | | Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
* remove some leftover garbageEric Andersen2003-08-221-5/+1
|
* Fix ncurses so it properly compilesEric Andersen2003-08-191-7/+14
|
* Do not blindly strip all symbols from from all libs. libpthreadEric Andersen2003-03-131-1/+2
| | | | | needs its symbols for pthread debugging to work. Let it be a local decision.
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-3/+5
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Fix dependanciesEric Andersen2003-02-121-6/+6
|
* Lots and lots of changesEric Andersen2003-02-121-4/+10
|
* Fix an obvious typoEric Andersen2003-01-231-2/+2
|
* Fix it so header files and static libs install properlyEric Andersen2003-01-211-2/+2
|
* Several more dependancy cleanupsEric Andersen2003-01-201-3/+3
|
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-191-4/+4
| | | | which is a bit more sensible.
* standardize handling of GNU configure scriptsEric Andersen2003-01-171-3/+4
| | | | -Erik
* Fixup ncurses installation of terminfo dataEric Andersen2003-01-161-17/+8
| | | | -Erik
* Add missing unctrl.h headerEric Andersen2003-01-091-1/+2
|
* Fixup ncurses terminfo-dir. Fixup the ncurses-headersEric Andersen2003-01-081-29/+56
| | | | | | zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik
* typoEric Andersen2003-01-081-3/+3
|
* Add an optional ncurses-headers target to install target header filesEric Andersen2003-01-081-1/+14
| | | | -Erik
* Update ncurses so it cross compiles properlyEric Andersen2003-01-021-18/+19
| | | | -Erik
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-2/+2
|
* fix 'make clean'Eric Andersen2002-07-231-3/+3
|
* A number of updatesEric Andersen2002-07-031-2/+2
|
* Minor tweeksEric Andersen2002-06-101-2/+1
|
* A bit of scrubbingEric Andersen2002-05-311-15/+13
|
* Don't hard code for armEric Andersen2002-05-311-2/+2
| | | | -Erik
* remove silly echoingEric Andersen2002-05-311-12/+1
|
* Fixup the make install stepEric Andersen2002-05-291-2/+13
|
* Add some toys for people to play withEric Andersen2002-05-231-0/+87