projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d358fb5
)
*** empty log message ***
author
root
<root>
Tue, 26 Apr 2005 01:11:18 +0000
(
01:11
+0000)
committer
root
<root>
Tue, 26 Apr 2005 01:11:18 +0000
(
01:11
+0000)
reconf
patch
|
blob
|
history
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