mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
gcc-core: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3e855ebe1a
commit
ebcbe7eb05
@ -2,25 +2,15 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build binutils
|
||||
$SCRIPTS/build gmp
|
||||
$SCRIPTS/build mpfr
|
||||
$SCRIPTS/build mpc
|
||||
$SCRIPTS/build ppl
|
||||
$SCRIPTS/build cloog-ppl
|
||||
$SCRIPTS/build libelf
|
||||
$SCRIPTS/unpack gcc
|
||||
|
||||
$SCRIPTS/build autoconf-2.64
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/gcc*
|
||||
|
||||
autoconf-2.64
|
||||
|
||||
mkdir -p objdir-$1
|
||||
cd objdir-$1
|
||||
mkdir -p objdir-$1 && cd objdir-$1
|
||||
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
15
packages/toolchain/lang/gcc-core/meta
Normal file
15
packages/toolchain/lang/gcc-core/meta
Normal file
@ -0,0 +1,15 @@
|
||||
PKG_NAME="gcc-core"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://gcc.gnu.org/"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache binutils gmp mpfr mpc ppl cloog-ppl libelf autoconf-2.64"
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user