log sources/sections/uClibc.build @ 1719:78050a31d1ee draft

age author description
Wed, 12 Nov 2014 09:20:03 -0600 Rob Landley Only edit linker script when it exists. draft
Tue, 13 Sep 2011 16:09:37 -0500 Rob Landley Build the cross compiler's ldd/ldconfig for the correct architecture. (Sigh.)
Fri, 18 Mar 2011 23:20:13 -0500 Rob Landley Switch to from pthreads.old to NPTL.
Mon, 16 Aug 2010 15:00:35 -0500 Rob Landley Environment sanitizing screwed up the cross-compiler.sh wrapper. Fix it, rename PROGRAM_PREFIX to TOOLCHAIN_PREFIX, and put a guard around sources/include.sh so it's safe to include multiple times.
Fri, 02 Jul 2010 23:38:31 -0500 Rob Landley Add baseconfig-linux, the infrastructure to use it, and move over the arm targets. (You can override with a miniconfig-linux or miniconfig-uClibc in the appropriate target directory.)
Tue, 22 Jun 2010 14:20:26 -0500 Rob Landley Oops, a debug bit leaked. Keep it in but make it not fail when HAVE_SHARED=n.
Sun, 20 Jun 2010 16:25:35 -0500 Rob Landley Add NO_CPLUSPLUS config option, to skip c++ support entirely.
Fri, 21 May 2010 22:26:25 -0500 Rob Landley Cleanup "FROM_ARCH" mess. Rename FROM_ARCH->HOST_ARCH, make stage script responsible for setting HOST_ARCH (not includes.sh). Also, remove HOST_UTILS variable, only build uClibc utils for non-simple compilers and bypass uClibc's (weird) makefile for the utils directory.
Sat, 15 May 2010 12:41:14 -0500 Rob Landley Convert unstable() to is_in_list() taking the list to check as the second argument.
Wed, 05 May 2010 22:27:14 -0500 Rob Landley Save the uClibc and linux .config files in the native toolchain, and install them with the rest of the native toolchain. Don't bother extracting and configuring the kernel if we don't need to.
Tue, 02 Feb 2010 04:46:07 -0600 Rob Landley Make root filesystem's usr/src has config-linux and config-uClibc as well as config-busybox.
Sat, 19 Dec 2009 00:51:16 -0600 Rob Landley Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup. base sources/sections/uClibc.sh@7cc2dcab659b