forked from c4ev3/C4EV3.Toolchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
113 lines (74 loc) · 3.84 KB
/
ChangeLog
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2009-07-31 Michael Olbrich <m.olbrich@pengutronix.de>
* add patch for gcc 4.3.2 fixing a bug that caused bad asm code.
2009-06-19 Marc Kleine-Budde <mkl@pengutronix.de>
* kernel: add patch that fixes getline problem with glibc > 2.10
(backport from current mainline kernel)
2009-05-08 Marc Kleine-Budde <mkl@pengutronix.de>
* libstdc++: install into sysroot, fixes problem with binutils > 2.19
(only arm-1136 toolchain affected)
2009-02-20 Marc Kleine-Budde <mkl@pengutronix.de>
* fix glibc-crt problem with "forced unwind support is required"
2009-01-29 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* add patch for gcc 4.3.2 fixing some optimisation regressions.
2008-09-18 Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfigs: add toolchains based on gcc-4.3.2, glibc-2.8 and
kernel-2.6.26. This will be the next stable series of toolchains
in OSELAS.Toolchain-2.0.x.
2008-01-13 Robert Schwebel <r.schwebel@pengutronix.de>
* uclibc: add uclibc target for i586. make an explicit
dependency between cross-gcc-first and the second step, which
somehow wasn't there before. Patch by Andrea Fino.
Signed-off-by:Andrea Fino <af@faino.org>
2007-08-27 Carsten Schlote <c.schlote@konzeptpark.de>
* Updated
armeb-xscale-linux-gnueabi_gcc-4.2.1_glibc-2.5_linux-2.6.20.7.ptxconfig
* Test compiled
armeb-xscale-linux-gnueabi_gcc-4.2.1_glibc-2.5_linux-2.6.20.7.ptxconfig
2007-08-27 Carsten Schlote <c.schlote@konzeptpark.de>
* Refreshed patches for GCC 4.2.1
* Test compiled with
i686-unknown-linux-gnu_gcc-4.2.1_glibc-2.5_linux-2.6.20.7.ptxconfig
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