diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-22 21:34:19 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-22 21:34:19 (EST) |
commit | 9f1c750e01ae03458324e028f6acb406301e193d (patch) | |
tree | 1c93c48cdc4270ca26c2d55446c2660fa1c14b0d | |
parent | 23d10af06a2baa71570fd7a14b17034a06d1a8f7 (diff) |
Disable cross compilers, for now.
They should be enabled again sometime after the first two architecture
ports are bootstrapped.
-rw-r--r-- | g++-4.7.pkg.in/control | 2 | ||||
-rw-r--r-- | gcc-4.7.pkg.in/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control index 585eafa..7253bd7 100644 --- a/g++-4.7.pkg.in/control +++ b/g++-4.7.pkg.in/control @@ -1,4 +1,4 @@ -Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ +Architecture: @PKG_TARGET_ARCH@ # i686-any-any amd64-any-any 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 352d8af..34de05c 100644 --- a/gcc-4.7.pkg.in/control +++ b/gcc-4.7.pkg.in/control @@ -1,4 +1,4 @@ -Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ +Architecture: @PKG_TARGET_ARCH@ # i686-any-any amd64-any-any Platform: all Depends: gcc-4.7-common (= ${Binary-Version}, cpp-4.7 (= ${Binary-Version}), |