

151 changed files with 10876 additions and 321 deletions
@ -1,4 +1,5 @@
|
||||
# We don't support building bionic (yet) so no official repository |
||||
mirrors='https://dl.google.com/android/repository' |
||||
relevantpattern='r*|[a-z]' |
||||
archive_filename='@{pkg_name}-@{version}-linux-x86_64' |
||||
archive_formats='.zip' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='git https://git.savannah.gnu.org/git/automake.git' |
||||
bootstrap='./bootstrap' |
||||
mirrors='$(CT_Mirrors GNU automake)' |
||||
relevantpattern='1.*|.' |
||||
archive_formats='.tar.xz .tar.gz' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,5 +1,5 @@
|
||||
pkg_label='CLooG' |
||||
repository='git git://repo.or.cz/cloog.git' |
||||
mirrors='http://www.bastoul.net/cloog/pages/download ftp://gcc.gnu.org/pub/gcc/infrastructure' |
||||
milestones='0.18 0.18.1 0.18.4' |
||||
milestones='0.18.1 0.18.4' |
||||
archive_formats='.tar.gz' |
||||
|
@ -1,4 +1,5 @@
|
||||
repository='git git://git.kernel.org/pub/scm/utils/dtc/dtc.git' |
||||
mirrors='$(CT_Mirrors kernel.org dtc)' |
||||
relevantpattern='*.*|.' |
||||
archive_formats='.tar.xz .tar.gz' |
||||
signature_format='unpacked/.sign' |
||||
|
@ -1,6 +1,7 @@
|
||||
master='gcc' |
||||
repository='git https://git.linaro.org/toolchain/gcc.git' |
||||
mirrors='$(CT_Mirrors Linaro gcc ${CT_GCC_LINARO_VERSION})' |
||||
relevantpattern='4.*|- *|.' |
||||
origin='Linaro' |
||||
experimental='yes' |
||||
archive_formats='.tar.xz' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='svn svn://gcc.gnu.org/svn/gcc' |
||||
mirrors='$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})' |
||||
relevantpattern='4.*|. *|.' |
||||
origin='GNU' |
||||
milestones='4.8 4.9 4.9.2 5 6 7' |
||||
milestones='4.8 4.9 5 6 7' |
||||
archive_formats='.tar.xz .tar.gz' |
||||
|
@ -1,4 +0,0 @@
|
||||
md5 gdb-linaro-7.7-2014.05.tar.bz2 af99ab893b970d8e36c6c0f62887e93e |
||||
sha1 gdb-linaro-7.7-2014.05.tar.bz2 5afccf133d08d7b389e2b58f44a4a854b407b5ba |
||||
sha256 gdb-linaro-7.7-2014.05.tar.bz2 b3d91cc1a0325a75cd5952bade5f1f8b1352c369b89f35b63300384dac69b383 |
||||
sha512 gdb-linaro-7.7-2014.05.tar.bz2 b4fa1cd607eda2cdfd568a4aeb8498a14a8b654ef49e9ab7aab08bcf630d90201660a19a1d4fac473d9c1806b0c76a59d5d5d3c4b451ead394f775c9698939fd |
@ -1,2 +0,0 @@
|
||||
obsolete='yes' |
||||
archive_formats='.tar.bz2' |
@ -1,6 +1,7 @@
|
||||
master='gdb' |
||||
repository='git https://git.linaro.org/toolchain/binutils-gdb.git' |
||||
mirrors='$(CT_Mirrors Linaro gdb ${CT_GDB_LINARO_VERSION})' |
||||
relevantpattern='*.*|.*-20[0-9][0-9] *.*|-20[0-9][0-9]' |
||||
origin='Linaro' |
||||
experimental='yes' |
||||
archive_formats='.tar.xz' |
||||
|
@ -1,186 +0,0 @@
|
||||
Fix for canadian cross build of sim/ppc
|
||||
|
||||
Orignal patch info see: http://sources.redhat.com/bugzilla/show_bug.cgi?id=9638
|
||||
|
||||
---
|
||||
sim/ppc/Makefile.in | 6 +++---
|
||||
sim/ppc/basics.h | 2 ++
|
||||
sim/ppc/debug.c | 2 ++
|
||||
sim/ppc/dgen.c | 2 ++
|
||||
sim/ppc/filter.c | 2 ++
|
||||
sim/ppc/filter_filename.c | 2 ++
|
||||
sim/ppc/igen.c | 2 ++
|
||||
sim/ppc/inline.c | 2 ++
|
||||
sim/ppc/lf.c | 2 ++
|
||||
sim/ppc/misc.c | 2 ++
|
||||
sim/ppc/misc.h | 2 ++
|
||||
sim/ppc/sim-endian.c | 2 ++
|
||||
sim/ppc/table.c | 2 ++
|
||||
13 files changed, 27 insertions(+), 3 deletions(-)
|
||||
|
||||
--- a/sim/ppc/Makefile.in
|
||||
+++ b/sim/ppc/Makefile.in
|
||||
@@ -62,7 +62,7 @@
|
||||
AR = @AR@
|
||||
AR_FLAGS = rc
|
||||
CC = @CC@
|
||||
-CFLAGS = @CFLAGS@
|
||||
+CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H
|
||||
CC_FOR_BUILD = @CC_FOR_BUILD@
|
||||
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
|
||||
BISON = bison
|
||||
@@ -116,8 +116,8 @@
|
||||
$(DEVZERO_CFLAGS)
|
||||
SIM_FPU_CFLAGS = @sim_fpu_cflags@
|
||||
|
||||
-STD_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(INTL_CFLAGS) $(SIM_FPU_CFLAGS)
|
||||
-NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(SIM_FPU_CFLAGS)
|
||||
+STD_CFLAGS = $(CFLAGS) -DHAVE_CONFIG_H $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(INTL_CFLAGS) $(SIM_FPU_CFLAGS)
|
||||
+NOWARN_CFLAGS = $(CFLAGS) -DHAVE_CONFIG_H $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(SIM_FPU_CFLAGS)
|
||||
BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(INCLUDES) $(WARNING_CFLAGS)
|
||||
|
||||
BUILD_LDFLAGS =
|
||||
--- a/sim/ppc/basics.h
|
||||
+++ b/sim/ppc/basics.h
|
||||
@@ -86,7 +86,9 @@
|
||||
|
||||
/* Basic configuration */
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "ppc-config.h"
|
||||
#include "inline.h"
|
||||
|
||||
--- a/sim/ppc/debug.c
|
||||
+++ b/sim/ppc/debug.c
|
||||
@@ -22,7 +22,9 @@
|
||||
#ifndef _DEBUG_C_
|
||||
#define _DEBUG_C_
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "basics.h"
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
--- a/sim/ppc/dgen.c
|
||||
+++ b/sim/ppc/dgen.c
|
||||
@@ -27,7 +27,9 @@
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "misc.h"
|
||||
#include "lf.h"
|
||||
#include "table.h"
|
||||
--- a/sim/ppc/filter.c
|
||||
+++ b/sim/ppc/filter.c
|
||||
@@ -21,7 +21,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
--- a/sim/ppc/filter_filename.c
|
||||
+++ b/sim/ppc/filter_filename.c
|
||||
@@ -18,7 +18,9 @@
|
||||
|
||||
*/
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "ppc-config.h"
|
||||
#include "filter_filename.h"
|
||||
|
||||
--- a/sim/ppc/igen.c
|
||||
+++ b/sim/ppc/igen.c
|
||||
@@ -25,7 +25,9 @@
|
||||
#include "misc.h"
|
||||
#include "lf.h"
|
||||
#include "table.h"
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
|
||||
#include "filter.h"
|
||||
|
||||
--- a/sim/ppc/inline.c
|
||||
+++ b/sim/ppc/inline.c
|
||||
@@ -22,7 +22,9 @@
|
||||
#ifndef _INLINE_C_
|
||||
#define _INLINE_C_
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "ppc-config.h"
|
||||
|
||||
#include "inline.h"
|
||||
--- a/sim/ppc/lf.c
|
||||
+++ b/sim/ppc/lf.c
|
||||
@@ -23,7 +23,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "misc.h"
|
||||
#include "lf.h"
|
||||
|
||||
--- a/sim/ppc/misc.c
|
||||
+++ b/sim/ppc/misc.c
|
||||
@@ -23,7 +23,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "misc.h"
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
--- a/sim/ppc/misc.h
|
||||
+++ b/sim/ppc/misc.h
|
||||
@@ -21,7 +21,9 @@
|
||||
|
||||
/* Frustrating header junk */
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
--- a/sim/ppc/sim-endian.c
|
||||
+++ b/sim/ppc/sim-endian.c
|
||||
@@ -22,7 +22,9 @@
|
||||
#ifndef _SIM_ENDIAN_C_
|
||||
#define _SIM_ENDIAN_C_
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "basics.h"
|
||||
|
||||
|
||||
--- a/sim/ppc/table.c
|
||||
+++ b/sim/ppc/table.c
|
||||
@@ -25,7 +25,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <ctype.h>
|
||||
|
||||
+#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
+#endif
|
||||
#include "misc.h"
|
||||
#include "lf.h"
|
||||
#include "table.h"
|
@ -1,8 +0,0 @@
|
||||
md5 gdb-7.0a.tar.bz2 a2d9b5ad4abffd6213627c3899e5a23d |
||||
sha1 gdb-7.0a.tar.bz2 42a665a194467d2ada088a3f356c716f66463df8 |
||||
sha256 gdb-7.0a.tar.bz2 49e7d0ae31d43d24853a8213e2562bc4b74c133e1d8b31f543e60929edfe5909 |
||||
sha512 gdb-7.0a.tar.bz2 ec929959268a3eb74fdd80329fc66a5fc4d134c5b4731e0153b16084e78f7fc54651a20dc7226f32af4cc1e1d3c85e2e0c4b4d1c7fb3e41d6b1cb6975815aeeb |
||||
md5 gdb-7.0a.tar.gz a69c5666ee1f62a8c90587b14bd7a440 |
||||
sha1 gdb-7.0a.tar.gz 4947791119a8149e58969324a127c7cf8a7a8f9c |
||||
sha256 gdb-7.0a.tar.gz b7395b9cc80e36a2dfe831bd1ffbb99c5035882ec96b15bad2be53c70fe16ea2 |
||||
sha512 gdb-7.0a.tar.gz e62d4a3b93009945ef188d6bd31700a79556c3648c2c75bd642a32b9ee61a523032c2753f46fd8f439be8923d18489a9186a1ebdf2c3daeb264bf2c741980e35 |
@ -1,3 +0,0 @@
|
||||
obsolete='yes' |
||||
archive_formats='.tar.bz2 .tar.gz' |
||||
archive_dirname='gdb-7.0' |
@ -1,8 +0,0 @@
|
||||
md5 gdb-7.8.1.tar.xz 8072be87a94be0936bc3b4b6941b0862 |
||||
sha1 gdb-7.8.1.tar.xz f597f6245898532eda9e85832b928e3416e0fd34 |
||||
sha256 gdb-7.8.1.tar.xz 497722b58386f4428c3474281eb3ef1c872404998b6ace907edb3bba1fabdc35 |
||||
sha512 gdb-7.8.1.tar.xz c40775e727a665300b45ec5d375424565671768cb73eee6793285a5b9a29db66072fc55d56bc1b4189cd38e0590573554e283661e4fbec23e4ad3d5b90542a87 |
||||
md5 gdb-7.8.1.tar.gz 997492cc3475c96f35ecc8775248c9b1 |
||||
sha1 gdb-7.8.1.tar.gz 36a9c4d365bf937f80eec13451bc6cc5eb94e562 |
||||
sha256 gdb-7.8.1.tar.gz d7a923d876ecfa1cec4c1c79c014c9d8e58783a25855a95cf260275f61990647 |
||||
sha512 gdb-7.8.1.tar.gz 11fdc0a5ec8d5861e460a360e4e2cf3b71a94ded8d3bbbb4e56991bab120e1b9dba6afdbf2c00bd072551c70f6d7af800057b2cdee30b6bb713a15257a4227bc |
@ -0,0 +1,8 @@
|
||||
md5 gdb-7.8.2.tar.xz a80cf252ed2e775d4e4533341bbf2459 |
||||
sha1 gdb-7.8.2.tar.xz 85a9cc2a4dfb748bc8eb74113af278524126a9bd |
||||
sha256 gdb-7.8.2.tar.xz 605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485 |
||||
sha512 gdb-7.8.2.tar.xz face5bf1b4ce144fc8604fc84620beed956177a11fd632b4e41906fc7f632910b2b43a50e6cfdfd6cbd876ee527c813bddab8df29dc560a6c36694cdb8edc4e4 |
||||
md5 gdb-7.8.2.tar.gz 8b0ea8b3559d3d90b3ff4952f0aeafbc |
||||
sha1 gdb-7.8.2.tar.gz 67cfbc6efcff674aaac3af83d281cf9df0839ff9 |
||||
sha256 gdb-7.8.2.tar.gz fd9a9784ca24528aac8a4e6b8d7ae7e8cf0784e128cd67a185c986deaf6b9929 |
||||
sha512 gdb-7.8.2.tar.gz e5ba927c57b387ec0ff517c2ac0511aad744ab801e04cb5a910ae48cebef3172530edd1096b8c7753f03665d33f2c4e89ea1f88f67475a341792e6b42bb18821 |
@ -1,5 +1,6 @@
|
||||
origin='GNU' |
||||
repository='git git://sourceware.org/git/binutils-gdb.git' |
||||
mirrors='$(CT_Mirrors GNU gdb) $(CT_Mirrors sourceware gdb/releases)' |
||||
relevantpattern='*.*|[a-z.]' |
||||
milestones='7.0 7.2 7.12 8.0' |
||||
archive_formats='.tar.xz .tar.gz' |
||||
|
@ -1,6 +1,7 @@
|
||||
master='glibc' |
||||
origin='Linaro' |
||||
repository='git https://git.linaro.org/toolchain/glibc.git' |
||||
relevantpattern='*|-' |
||||
mirrors='$(CT_Mirrors Linaro glibc ${CT_GLIBC_LINARO_VERSION})' |
||||
experimental='yes' |
||||
archive_formats='.tar.xz' |
||||
|
@ -1,6 +1,8 @@
|
||||
origin='GNU' |
||||
repository='git git://sourceware.org/git/glibc.git' |
||||
mirrors='$(CT_Mirrors GNU glibc)' |
||||
# Cannot use MAJOR.MINOR as the releant part because of 2.12: 2.12.2 was the most recent |
||||
# bugfix release, but it didn't have glibc-ports released alongside it. |
||||
milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27' |
||||
archive_formats='.tar.xz .tar.bz2 .tar.gz' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,6 +1,7 @@
|
||||
repository='hg https://gmplib.org/repo/gmp/' |
||||
bootstrap='./.bootstrap' |
||||
mirrors='https://gmplib.org/download/gmp https://gmplib.org/download/gmp/archive $(CT_Mirrors GNU gmp)' |
||||
relevantpattern='*.*|.' |
||||
milestones='5.0.0 5.1.0' |
||||
archive_formats='.tar.xz .tar.lz .tar.bz2' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='git git://repo.or.cz/isl.git' |
||||
bootstrap='./autogen.sh' |
||||
mirrors='http://isl.gforge.inria.fr' |
||||
relevantpattern='*.*|.' |
||||
milestones='0.12 0.13 0.14 0.15 0.18' |
||||
archive_formats='.tar.xz .tar.bz2 .tar.gz' |
||||
|
@ -1,4 +1,5 @@
|
||||
# FIXME No public repository and no new releases. |
||||
# Consider switching to/adding project elftoolchain? |
||||
mirrors='http://www.mr511.de/software' |
||||
relevantpattern='*.*|.' |
||||
archive_formats='.tar.gz' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='git git://git.savannah.gnu.org/libtool.git' |
||||
bootstrap='./bootstrap' |
||||
mirrors='$(CT_Mirrors GNU libtool)' |
||||
relevantpattern='*.*|.' |
||||
archive_formats='.tar.xz .tar.gz' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='git git://git.sv.gnu.org/m4' |
||||
bootstrap='./bootstrap' |
||||
mirrors='$(CT_Mirrors GNU m4)' |
||||
relevantpattern='*.*|.' |
||||
archive_formats='.tar.xz .tar.bz2 .tar.gz' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='git https://git.savannah.gnu.org/git/make.git' |
||||
bootstrap='autoreconf -i' |
||||
mirrors='$(CT_Mirrors GNU make)' |
||||
relevantpattern='*.*|.' |
||||
archive_formats='.tar.bz2 .tar.gz' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,5 +1,6 @@
|
||||
repository='git https://git.code.sf.net/p/mingw-w64/mingw-w64' |
||||
mirrors='http://downloads.sourceforge.net/sourceforge/mingw-w64 https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/' |
||||
relevantpattern='v*.*|.' |
||||
milestones='v4' |
||||
archive_formats='.tar.bz2 .zip' |
||||
signature_format='packed/.sig' |
||||
|
@ -1,6 +1,7 @@
|
||||
repository='git https://scm.gforge.inria.fr/anonscm/git/mpc/mpc.git' |
||||
bootstrap='autoreconf -i' |
||||
mirrors='http://www.multiprecision.org/downloads $(CT_Mirrors GNU mpc)' |
||||
relevantpattern='*.*|.' |
||||
archive_formats='.tar.gz' |
||||
signature_format='packed/.sig' |
||||
milestones='1.1.0' |
||||
|
@ -1,3 +1,4 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_ARCH_AVR=y |
||||
CT_CC_LANG_CXX=y |
||||
CT_DEBUG_GDB=y |
||||
|
@ -1,3 +1,4 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_ARCH_M68K=y |
||||
CT_KERNEL_LINUX=y |
||||
CT_THREADS_LT=y |
||||
|
@ -1,10 +1,3 @@
|
||||
reporter_name="Alexey Neyman" |
||||
reporter_url="" |
||||
reporter_comment="Bare metal configuration for moxie architecture. |
||||
|
||||
It appears to generate a broken toolchain. E.g. newlib's CRT expects |
||||
symbols __bss_start__ and __bss_end__, while linker script generates |
||||
__bss_start (no underscores at the end) and no __bss_end__whatsoever. |
||||
|
||||
This is not a bug in crosstool-NG. If you're interested in saving the |
||||
moxie, please report this upstream." |
||||
reporter_comment="Bare metal configuration for moxie architecture." |
||||
|
@ -1,3 +1,4 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_EXPERIMENTAL=y |
||||
CT_ARCH_MSP430=y |
||||
CT_DEBUG_GDB=y |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue