*** empty log message ***
authorroot <root>
Tue, 26 Apr 2005 01:11:18 +0000 (01:11 +0000)
committerroot <root>
Tue, 26 Apr 2005 01:11:18 +0000 (01:11 +0000)
reconf

diff --git a/reconf b/reconf
index b1367d62f96505d3ae136e56f4435f7cdf90046e..1e868722aa98c33448bf2bda36cfdecc66b07db8 100755 (executable)
--- a/reconf
+++ b/reconf
@@ -5,8 +5,8 @@
 
 # just set some compiler options
 if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
-   CC=ccache\ gcc-3.4
-   CXX=ccache\ g++-3.4
+   CC=ccache\ gcc-4.0
+   CXX=ccache\ g++-4.0
    export CC CXX
 fi