mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
gcc: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e76d283162
commit
3e855ebe1a
16
packages/toolchain/lang/gcc/meta
Normal file
16
packages/toolchain/lang/gcc/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="gcc"
|
||||
PKG_VERSION="4.5.1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://gcc.gnu.org/"
|
||||
PKG_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/lang"
|
||||
PKG_SHORTDESC="gcc: The GNU Compiler Collection Version 4 (aka GNU C Compiler)"
|
||||
PKG_LONGDESC="This package contains the GNU Compiler Collection. It includes compilers for the languages C, C++, Objective C, Fortran 95, Java and others ... This GCC contains the Stack-Smashing Protector Patch which can be enabled with the -fstack-protector command-line option. More information about it ca be found at http://www.research.ibm.com/trl/projects/security/ssp/."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
#PKG_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-core-$PKG_VERSION.tar.bz2 ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-g++-$PKG_VERSION.tar.bz2"
|
@ -1,2 +0,0 @@
|
||||
ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.5.1/gcc-core-4.5.1.tar.bz2
|
||||
ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.5.1/gcc-g++-4.5.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user