diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 17:56:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 17:56:11 (EDT) |
commit | 29434e8ca76673432fee45c7d9660e1287fb0f3c (patch) | |
tree | 1a3cb8a892b88e5b9cff53e006f7f8dfbd070475 /gcc.pkg.in/control | |
parent | 553fe53dea539945b31609f4ac7b98f4695294b2 (diff) |
build, *.pkg.in/control: Get GCC ver from substvars
Diffstat (limited to 'gcc.pkg.in/control')
-rw-r--r-- | gcc.pkg.in/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index 9565da9..3b5042a 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -1,6 +1,7 @@ Architecture: all Platform: all -Depends: gcc-defaults-common (= ${Binary-Version}), gcc-4.7-@PKG_TARGET_ARCH@ +Depends: gcc-defaults-common (= ${Binary-Version}), + gcc-${GCC-Base-Version}-@PKG_TARGET_ARCH@ Description: GNU C compiler for @PKG_TARGET_ARCH@ This is the GNU C compiler, a fairly portable optimizing compiler for C. . |