summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: b6d13b43312833e67935b1f2700171dde15ccd60 (plain)
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
65
66
67
68
69
2007-08-27 Carsten Schlote <c.schlote@konzeptpark.de>

	* general: Added simple check to fixup_ptxconfigs.sh, which
	   prevents changes to non glibc configs
	* general: Added some output to 'oldconfig' script printing the name
	   of the currently processed ptxconfig. Seems to be useful in
	   case that oldconfig requests input for new kconfig options
	* ptxconfigs: Updated all ptxconfigs with 'oldconfig' script. Now uses
	   ptxdist '1.svn' version for configuration.
	* general: Added kconfig define ARCH for avr-8 target. There was no
	   default config set for this arch.

2007-08-24 Carsten Schlote <c.schlote@konzeptpark.de>

	* general: new architecture: m68k support added to kconfigs
	* ptxconfigs: added some experimental configs for m68k/coldfire

2007-08-21 Juergen Beisert <jbe@pengutronix.de>

	* new architecture: AVR support added (8 bit devices)
	* new configurations: Various compiler/libc revisions added
	   gcc-3.4.2/libc-1.0.5: known working combination
	   gcc-4.1.2/libc-1.4.6: untested yet
	   gcc 4.2.1/libc-1.4.6: support for current AT90USB devices

2006-12-11 Marc Kleine-Budde <mkl@pengutronix.de>

	* general: opened maintenance-only branch for 1.0

2006-12-11 Marc Kleine-Budde <mkl@pengutronix.de>

	* rules/cross-binutils.make, rules/cross-gdb.make:
	added --disable-werror, to work with nasty suse compilers

2006-12-11 Marc Kleine-Budde <mkl@pengutronix.de>

	* rules/glibc-headers.make:
	added env var "libc_cv_386_tls=yes" to fool configure, we've working
	i386 TLS support even on non x86 systems

2007-02-04 Robert Schwebel <r.schwebel@pengutronix.de>

	* ptxconfigs, patches: upgraded gcc-4.0.3 -> gcc-4.0.4

2007-02-13 Marc Kleine-Budde <mkl@pengutronix.de>

	* general: added bundle sources with binary toolchain.
	To be able to debug the toolchain internals (glibc and libstdc++)
	later on.

2007-02-13 Marc Kleine-Budde <mkl@pengutronix.de>

	* ptxconfigs: added arm-1136jfs configs

2007-02-27 Marc Kleine-Budde <mkl@pengutronix.de>

	* ptxconfigs, patches: upgraded to gcc-4.1.2 release

2007-03-12 Marc Kleine-Budde <mkl@pengutronix.de>

	* general: added libc abstraction

2007-03-12 Marc Kleine-Budde <mkl@pengutronix.de>

	* rules/newlib.{in.make}: added newlib (tnx to sha)

2007-03-12 Marc Kleine-Budde <mkl@pengutronix.de>

	* rules/host-{mpfr,gmp}.{make,in}: added for gcc-4.3 support