summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-18 12:30:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-18 12:30:50 (EDT)
commit7eeb5a2ecca4eb7e7a00a270bbd67fecfbb09b9c (patch)
tree89981c98a47588c4f0ac17f15d15e15e506f23d0 /build
parent275c6d69c9e7e3e1d4f7ad18354d2471f16458f1 (diff)
Update to gcc-4.7.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 1855803..934a642 100755
--- a/build
+++ b/build
@@ -6,5 +6,5 @@ install:
mkdir -p dest/usr/bin
cp src/c89/c89.sh dest/usr/bin/c89
cp src/c99/c99.sh dest/usr/bin/c99
- ln -s gcc-4.6 dest/usr/bin/gcc
+ ln -s gcc-4.7 dest/usr/bin/gcc
oh-installfiles