summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g++.pkg.in/control2
-rw-r--r--gcc.pkg.in/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/g++.pkg.in/control b/g++.pkg.in/control
index 781bbb0..85f62c2 100644
--- a/g++.pkg.in/control
+++ b/g++.pkg.in/control
@@ -1,6 +1,6 @@
Architecture: all
Platform: all
-Depends: cpp (>= 0.2), gcc (>= 0.2), g++-4.7
+Depends: cpp (>= 0.2), gcc (>= 0.2), g++-4.7-@PKG_TARGET_ARCH@
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 83084d9..be9d56c 100644
--- a/gcc.pkg.in/control
+++ b/gcc.pkg.in/control
@@ -1,6 +1,6 @@
Architecture: all
Platform: all
-Depends: cpp (>= 0.2), gcc-4.7
+Depends: cpp (>= 0.2), gcc-4.7-@PKG_TARGET_ARCH@
Description: GNU C compiler for @PKG_TARGET_ARCH@
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.