gcc: don't hardcode required majorver in depends.
This commit is contained in:
parent
49ee3f72ff
commit
3f415407d2
17 changed files with 17 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gcc-c-multilib'.
|
||||
#
|
||||
depends="gcc>=4.7 libgcc32>=4.7 libgomp32>=4.7 libitm32>=4.7 zlib32 glibc32-devel"
|
||||
depends="gcc>=${_majorver} libgcc32>=${_majorver} libgomp32>=${_majorver} libitm32>=${_majorver} zlib32 glibc32-devel"
|
||||
short_desc="GCC C compiler (multilib files)"
|
||||
long_desc="
|
||||
This is the GNU C compiler, a fairly portable optimizing compiler for C.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue