summaryrefslogtreecommitdiffstats
path: root/scripts/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-13 13:35:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-13 13:35:35 +0000
commita8bd1dea77a27cabb59afe9621ad5649b18cd8ab (patch)
treed03b225de30f0f963812b469ee16d0e4cf5fb844 /scripts/ChangeLog
parent2001-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a8bd1dea77a27cabb59afe9621ad5649b18cd8ab.tar.bz2
2001-09-13 Joel Sherrill <joel@OARcorp.com>
* mkgccnewlibspec.in, Use Target_alias not target_alias to avoid conflicts with new autoconf. * setup.def: Changed version numbers in attempt at building gcc 3.0.1. Only sparc and arm built for C/C++ OK. :( * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x. * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name" * target-gcc.add: Modifications to reflect files not in gcc 3.1
Diffstat (limited to 'scripts/ChangeLog')
-rw-r--r--scripts/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index c5f1d75118..e1f311c1dc 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,15 @@
2001-09-13 Joel Sherrill <joel@OARcorp.com>
+ * mkgccnewlibspec.in,
+ Use Target_alias not target_alias to avoid conflicts with new autoconf.
+ * setup.def: Changed version numbers in attempt at building gcc 3.0.1.
+ Only sparc and arm built for C/C++ OK. :(
+ * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
+ * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
+ * target-gcc.add: Modifications to reflect files not in gcc 3.1
+
+2001-09-13 Joel Sherrill <joel@OARcorp.com>
+
* autotools/.cvsignore: New file.
2001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>