mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
gcc: improve {short,long}_desc.
--HG-- extra : convert_revision : e5d1d346136201f2a18868b5c8f1c0261fcc7d66
This commit is contained in:
parent
8238f0f710
commit
2779577950
1 changed files with 5 additions and 2 deletions
|
@ -10,11 +10,14 @@ configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
||||||
--disable-rpath --with-system-zlib --enable-shared
|
--disable-rpath --with-system-zlib --enable-shared
|
||||||
--with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr"
|
--with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr"
|
||||||
short_desc="The GNU C Compiler suite"
|
short_desc="The GNU C Compiler"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
|
checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."
|
The GNU C Compiler, with support for building C code.
|
||||||
|
|
||||||
|
For C++ install gcc-c++, for ObjectiveC install gcc-objc,
|
||||||
|
for ObjectiveC++ install gcc-objc++."
|
||||||
|
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
subpackages="libgcc libssp libssp-devel libstdc++ libstdc++-devel libgomp"
|
subpackages="libgcc libssp libssp-devel libstdc++ libstdc++-devel libgomp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue