summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 13:07:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 13:07:59 +0000
commit383e974a46458cadf8f6c23bf06a17f6924132e1 (patch)
tree6b520ddabfc6c2a68e25212a665810cb2522e6cc
parent2002-04-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-383e974a46458cadf8f6c23bf06a17f6924132e1.tar.bz2
2002-04-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix timestamps.
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/gcc3newlib/gccnewlib.add2
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 3a5db1d570..340943ccfe 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix
+ timestamps.
+
2001-04-16 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added files added by automake 1.6.1.
diff --git a/scripts/gcc3newlib/gccnewlib.add b/scripts/gcc3newlib/gccnewlib.add
index 8de0ed8626..9ce4ad1198 100644
--- a/scripts/gcc3newlib/gccnewlib.add
+++ b/scripts/gcc3newlib/gccnewlib.add
@@ -65,6 +65,8 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
@PATCH2@
@PATCH4@
+ # Fix timestamps
+ gcc-@gcc_version@/contrib/gcc_update --touch
# Copy the C library into gcc's source tree
ln -s ../newlib-@newlib_version@/newlib gcc-@gcc_version@
test -d build || mkdir build