diff options
author | P. 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) |
commit | 8c6a93db645d37bea23cf832dd6d69993c90d4d7 (patch) | |
tree | 904009d10af6c7fdfa47ef9fd59a1ff8b9237a0e /gcc-4.7.pkg.in/control | |
parent | 91c0c1e45f668675e1596b1bc800245fbf736d59 (diff) |
Fix disablement of cross compilers.
In a control file, a "#" character only begins a comment at the start of
a line.
Diffstat (limited to 'gcc-4.7.pkg.in/control')
-rw-r--r-- | gcc-4.7.pkg.in/control | 3 |
1 files changed, 2 insertions, 1 deletions
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}), |