log sources/sections/binutils.build @ 1458:60f1087591ac

age author description
Sun, 12 Jun 2011 22:37:01 -0500 Rob Landley Don't require objective C on the host, no matter what weird things ./configure does. 1.0.2
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, 30 Jul 2010 13:54:10 -0500 Rob Landley Add blank_workdir and make setupfor and cleanup use it. This means you can run an entire build.sh with NO_CLEANUP=1 on.
Tue, 06 Jul 2010 14:46:15 -0500 Rob Landley Honor existing CFLAGS (if any) in binutils build.
Sat, 19 Jun 2010 16:39:16 -0500 Rob Landley Older versions of binutils would build break if you _didn't_ build them out of tree (and in the case of 2.14, if you didn't build them in a work directory in the same directory as the binutils source). Not relevant to 2.17, but doesn't hurt anything, so...
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.
Fri, 14 May 2010 04:13:31 -0500 Rob Landley Don't set --build and --host for simple-cross binutils build.
Sun, 21 Feb 2010 12:03:28 -0600 Rob Landley Cleanups and comments.
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/binutils.sh@49e1205729e3