summaryrefslogtreecommitdiffstats
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
parent275c6d69c9e7e3e1d4f7ad18354d2471f16458f1 (diff)
Update to gcc-4.7.
-rwxr-xr-xbuild2
-rw-r--r--cpp.pkg/control2
-rw-r--r--g++.pkg.in/control2
-rw-r--r--gcc.pkg.in/control2
4 files changed, 4 insertions, 4 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
diff --git a/cpp.pkg/control b/cpp.pkg/control
index 043896a..7a1e9e6 100644
--- a/cpp.pkg/control
+++ b/cpp.pkg/control
@@ -1,6 +1,6 @@
Package: cpp
Architecture: all
-Depends: cpp-4.6 (>= 4.6.2-1)
+Depends: cpp-4.7
Description: GNU C preprocessor
The GNU C preprocessor is a macro processor that is used automatically
by the GNU C compiler to transform programs before actual compilation.
diff --git a/g++.pkg.in/control b/g++.pkg.in/control
index 7577668..5a92334 100644
--- a/g++.pkg.in/control
+++ b/g++.pkg.in/control
@@ -1,6 +1,6 @@
Package: g++
Architecture: all
-Depends: cpp (>= 0.1), gcc (>= 0.1), g++-4.6 (>= 4.6.2-1)
+Depends: cpp (>= 0.2), gcc (>= 0.2), g++-4.7
Description: GNU C++ compiler for @PKG_TARGET_ARCH@
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
.
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control
index 2f73ff2..f0e2ab6 100644
--- a/gcc.pkg.in/control
+++ b/gcc.pkg.in/control
@@ -1,6 +1,6 @@
Package: gcc
Architecture: all
-Depends: cpp (>= 0.1), gcc-4.6 (>= 4.6.2-1)
+Depends: cpp (>= 0.2), gcc-4.7
Description: GNU C compiler for @PKG_TARGET_ARCH@
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.