log native-compiler.sh @ 1748:48d64deac231 draft 1.4.0

age author description
Mon, 23 Feb 2015 01:00:31 -0600 Rob Landley Make the usr/ move only apply to native-compiler.sh and not cross-compiler.sh (which is a wrapper around native-compiler.sh). draft
Sun, 22 Feb 2015 16:56:10 -0600 Rob Landley Split out hdainit.sh from the base root filesystem. draft
Sun, 15 Feb 2015 15:41:39 -0600 Rob Landley Move man directory and delete info directory so lfs-bootstrap setup doesn't conflict with them when native-compiler built with SKIP_STRIP. draft
Thu, 12 Feb 2015 16:52:45 -0600 Rob Landley Leave usr/etc alone, top level symlinks it already. draft
Tue, 10 Feb 2015 21:02:53 -0600 Rob Landley Move simple-root-filesystem.sh to root-filesystem.sh draft
Fri, 06 Feb 2015 01:51:54 -0600 Rob Landley Giant redo to put simple-root-filesystem in initmpfs. draft
Sun, 17 Aug 2014 00:06:04 -0500 Rob Landley Add MUSL=1 config option to force musl build.
Wed, 02 Jul 2014 20:05:36 -0500 Rob Landley Very basic musl support. Still needs debugging and to be enabled per-target.
Sun, 26 Jun 2011 17:44:02 -0500 Rob Landley Replace read_arch_dir with load_target, which understands that sources/targets/$TARGET can be a file or a directory.
Mon, 16 Aug 2010 21:03:59 -0500 Rob Landley Only make "bash" and "make" and such when toolchain has no prefix.
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.
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.
Sun, 16 May 2010 02:26:03 -0500 Rob Landley Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
Sun, 11 Apr 2010 15:21:00 -0500 Rob Landley Move make, bash, and distcc builds into native-compiler.sh. (Break 'em out into sources/sections/*.build.)
Thu, 25 Mar 2010 18:54:30 -0500 Rob Landley Move CROSS_SMOKE_TEST implementation out of simple-cross-compiler.sh and into sources/more/cross-smoke-test.sh, called from build.sh. Clean up comments a bit while we're there.
Sun, 14 Mar 2010 01:18:27 -0600 Rob Landley Another bug Wolfgang Denk reported: make BUILD_STATIC=none actually work.
Wed, 24 Feb 2010 10:17:43 -0600 Rob Landley Don't need to blank STAGE_DIR when read_arch_dir already does.
Sun, 03 Jan 2010 22:34:06 -0600 Rob Landley Helps to actually remember to add the new file.