diff --git a/packages/toolchain/lang/gcc/meta b/packages/toolchain/lang/gcc/meta new file mode 100644 index 0000000000..da0dd23433 --- /dev/null +++ b/packages/toolchain/lang/gcc/meta @@ -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" diff --git a/packages/toolchain/lang/gcc/patches/gcc-4.5-bfd_and_gold.diff b/packages/toolchain/lang/gcc/patches/gcc-4.5.1-bfd_and_gold.patch similarity index 100% rename from packages/toolchain/lang/gcc/patches/gcc-4.5-bfd_and_gold.diff rename to packages/toolchain/lang/gcc/patches/gcc-4.5.1-bfd_and_gold.patch diff --git a/packages/toolchain/lang/gcc/patches/gcc-4.5-disable_multilib_i386_linux64.diff b/packages/toolchain/lang/gcc/patches/gcc-4.5.1-disable_multilib_i386_linux64.patch similarity index 100% rename from packages/toolchain/lang/gcc/patches/gcc-4.5-disable_multilib_i386_linux64.diff rename to packages/toolchain/lang/gcc/patches/gcc-4.5.1-disable_multilib_i386_linux64.patch diff --git a/packages/toolchain/lang/gcc/patches/gcc-4.5-dynamic_linker.diff b/packages/toolchain/lang/gcc/patches/gcc-4.5.1-dynamic_linker.patch similarity index 100% rename from packages/toolchain/lang/gcc/patches/gcc-4.5-dynamic_linker.diff rename to packages/toolchain/lang/gcc/patches/gcc-4.5.1-dynamic_linker.patch diff --git a/packages/toolchain/lang/gcc/patches/gcc-4.5-libstdc++-v3_config.diff b/packages/toolchain/lang/gcc/patches/gcc-4.5.1-libstdc++-v3_config.patch similarity index 100% rename from packages/toolchain/lang/gcc/patches/gcc-4.5-libstdc++-v3_config.diff rename to packages/toolchain/lang/gcc/patches/gcc-4.5.1-libstdc++-v3_config.patch diff --git a/packages/toolchain/lang/gcc/patches/gcc-4.5.1-ppl-0.11-0.1.diff b/packages/toolchain/lang/gcc/patches/gcc-4.5.1-ppl-0.11-0.1.patch similarity index 100% rename from packages/toolchain/lang/gcc/patches/gcc-4.5.1-ppl-0.11-0.1.diff rename to packages/toolchain/lang/gcc/patches/gcc-4.5.1-ppl-0.11-0.1.patch diff --git a/packages/toolchain/lang/gcc/unpack b/packages/toolchain/lang/gcc/unpack.old similarity index 100% rename from packages/toolchain/lang/gcc/unpack rename to packages/toolchain/lang/gcc/unpack.old diff --git a/packages/toolchain/lang/gcc/url b/packages/toolchain/lang/gcc/url deleted file mode 100644 index c04fe247a1..0000000000 --- a/packages/toolchain/lang/gcc/url +++ /dev/null @@ -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