mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
gcc-final: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ebcbe7eb05
commit
99c9a732f4
@ -2,23 +2,13 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build ccache
|
|
||||||
$SCRIPTS/build binutils
|
|
||||||
$SCRIPTS/build gmp
|
|
||||||
$SCRIPTS/build mpfr
|
|
||||||
$SCRIPTS/build mpc
|
|
||||||
$SCRIPTS/build ppl
|
|
||||||
$SCRIPTS/build cloog-ppl
|
|
||||||
$SCRIPTS/build libelf
|
|
||||||
$SCRIPTS/build eglibc
|
|
||||||
$SCRIPTS/unpack gcc
|
$SCRIPTS/unpack gcc
|
||||||
|
|
||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $BUILD/gcc*
|
cd $BUILD/gcc*
|
||||||
|
|
||||||
mkdir -p objdir-$1
|
mkdir -p objdir-$1 && cd objdir-$1
|
||||||
cd objdir-$1
|
|
||||||
|
|
||||||
../configure --host=$HOST_NAME \
|
../configure --host=$HOST_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
14
packages/toolchain/lang/gcc-final/meta
Normal file
14
packages/toolchain/lang/gcc-final/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="gcc-final"
|
||||||
|
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 eglibc"
|
||||||
|
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