summaryrefslogtreecommitdiff
path: root/misc/buildroot/ChangeLog
blob: 544c918e626727d194dd2ee6f8a2faa4739ba69e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>

	Support for arm-elf toolchain

buildroot-0.1.1 (revision number not used)

buildroot-0.1.2 2008-11-06 <spudmonkey@racsa.co.cr>

	* Add support for m68k-elf and m68hc11 toolchain
	* Add patch to build older binutils with newer Texinfo version
	* Add support for SH-1 toolchain

buildroot-0.1.3 2009-02-28 <spudmonkey@racsa.co.cr>

	* Add support for H8/300 toolchain
	* Add support for GCC 4.2.4 and binutils 2.19
	* Various fixes for newer Linux environments
	* New ARM configuration using GCC 4.2.4 and binutils 2.19
	* Add Renesas R8C/M16C/M32C configuration using GCC 4.2.4 and binutils 2.19

buildroot-0.1.4 2009-04-19 <spudmonkey@racsa.co.cr>

	* Add support for a blackfin toolchain using GCC 4.2.4 and binutils 2.19
	* GCC 4.2.4 no longer attempts to build libstdc++.  Now we can build g++!
	* The ARM GCC-4.2.4 configuration was changed so that it now builds g++.
	* Removed building of initial and final GCC.  that is not necessary because
	  we do not build a libc.  Now it builds almost twice as fast.
	* Removed logic to build the target GCC.  That is never used.

buildroot-0.1.5 2009-04-25 <spudmonkey@racsa.co.cr>

	* Replaced config/arm-defconfig-4.2.4 with config/arm920t-defconfig-4.2.4
	  and config/arm926t-defconfig-4.2.4 because of differences in the
	  way that soft floating point is handled between these two
	  architectures.
	* Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (thumb2)
	* Add support for binutils 2.19.1

buildroot-0.1.6 2009-05-19 <spudmonkey@racsa.co.cr>

	* Added config/arm7tdmi-defconfig-4.2.4
	* Added config/arm920t-defconfig-4.3.3
	* Correct error in arm-defconfig gcc-3.4.6 build. The gcc-3.4.6 configuration
	  does not not take --with-abi
	* Correct error in gcc-3.4.6/gcc/collect.c.  Calls open with O_CREAT but
	  does not specify mode.  Newer host compilers can error out on this.

buildroot-0.1.7 2009-06-26 <spudmonkey@racsa.co.cr>

	* configs/avr-defconfig-4.3.3: Added support for AVR to support a NuttX
	  port of the ATmega128.
	* toolchain/nxflat:  Added logic to build NuttX NXFLAT binding support tools
	* toolchain/genromfs:  Added support for the genromfs tool

buildroot-2010.1 2010101010101010101010101010101010101010-xx-xx <spudmonkey@racsa.co.cr>

	* configs/cortexm3-defconfig-4.3.3: Added support for NuttX NXFLAT
	  tools.
	* configs/arm7tdmi-defconfig-4.3.3: Update to arm7tdmi-defconfig-4.2.4.
	  Also builds NuttX NXFLAT tools.
	* configs/m68hc12-defconfig-4.3.3: Update to m68ch11-defconfig.
	* configs/m68hc12-defconfig-3.4.6: There are problems building GCC
	  4.3.3 for the hc12.