summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-23 16:08:00 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-23 16:08:00 (EST)
commit8c6a93db645d37bea23cf832dd6d69993c90d4d7 (patch)
tree904009d10af6c7fdfa47ef9fd59a1ff8b9237a0e
parent91c0c1e45f668675e1596b1bc800245fbf736d59 (diff)
Fix disablement of cross compilers.
In a control file, a "#" character only begins a comment at the start of a line.
-rw-r--r--g++-4.7.pkg.in/control3
-rw-r--r--gcc-4.7.pkg.in/control3
2 files changed, 4 insertions, 2 deletions
diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control
index 7253bd7..4658ef9 100644
--- a/g++-4.7.pkg.in/control
+++ b/g++-4.7.pkg.in/control
@@ -1,4 +1,5 @@
-Architecture: @PKG_TARGET_ARCH@ # i686-any-any amd64-any-any
+Architecture: @PKG_TARGET_ARCH@
+# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@
Platform: all
Depends: gcc-4.7-common (= ${Binary-Version},
gcc-4.7-@PKG_TARGET_ARCH@ (= ${Binary-Version}),
diff --git a/gcc-4.7.pkg.in/control b/gcc-4.7.pkg.in/control
index 34de05c..c7d3403 100644
--- a/gcc-4.7.pkg.in/control
+++ b/gcc-4.7.pkg.in/control
@@ -1,4 +1,5 @@
-Architecture: @PKG_TARGET_ARCH@ # i686-any-any amd64-any-any
+Architecture: @PKG_TARGET_ARCH@
+# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@
Platform: all
Depends: gcc-4.7-common (= ${Binary-Version},
cpp-4.7 (= ${Binary-Version}),