From 8c6a93db645d37bea23cf832dd6d69993c90d4d7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 23 Feb 2014 16:08:00 -0500 Subject: Fix disablement of cross compilers. In a control file, a "#" character only begins a comment at the start of a line. --- 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}), -- cgit v0.9.1