summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2007-08-27 12:43:44 +0000
committerCarsten Schlote <c.schlote@konzeptpark.de>2007-08-27 12:43:44 +0000
commitd65a399730fee37fe2272a0298b129e2ef905f4f (patch)
treea9a7f6cfbf509d4bcc7258e8c8045561892e7773 /ChangeLog
parent0371cfb1e9710fd703588fb314c5342f486eea80 (diff)
downloadOSELAS.Toolchain-d65a399730fee37fe2272a0298b129e2ef905f4f.tar.gz
OSELAS.Toolchain-d65a399730fee37fe2272a0298b129e2ef905f4f.tar.xz
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 git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3691 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29f8043..b6d13b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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)