gcc-final: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 22:15:31 +01:00
parent ebcbe7eb05
commit 99c9a732f4
2 changed files with 15 additions and 11 deletions

View File

@ -2,23 +2,13 @@
. 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
setup_toolchain host
cd $BUILD/gcc*
mkdir -p objdir-$1
cd objdir-$1
mkdir -p objdir-$1 && cd objdir-$1
../configure --host=$HOST_NAME \
--build=$HOST_NAME \

View 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"