Commit Graph

35 Commits

Author SHA1 Message Date
Alexey Neyman
595daa6fb8 Merge a local TODO list
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-17 11:40:55 -08:00
Alexey Neyman
ca45a8f9ab Add -D__GLIBC__ to target CFLAGS
... when using musl to compile strace.

Also, honor CT_TARGET_CFLAGS in scripts compiling target libs/binaries.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-30 18:47:35 -07:00
Alexey Neyman
b3038a0a41 Add digests for all packages
Also fix test-packages: it was saving the output from CT_DoLog into
the checksum file. Also use one file per version.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-29 17:05:22 -07:00
Alexey Neyman
48a949cf60 Add an ability to verify the digest/signature
Fixes #611.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-27 22:40:21 -07:00
Kirill Smirnov
68f201af2d patches/mingw-w64: Fix build with gcc7
Modified by Alexey Neyman: remove obsoleted v5.0.1, propagate the patches
to older versions.

Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com>
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-27 00:07:36 -07:00
Alexey Neyman
373f22648f Skip ftp:// URLs, wget cannot verify them
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-23 23:56:40 -07:00
Alexey Neyman
2aaa25d2e9 Update TODO
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21 08:41:14 -07:00
Alexey Neyman
6805245679 Allow VCS versions to be patched via some unique revision ID
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
ff0a1a3da6 Switch gen-kconfig to new framework
Also:
- Move companion_* to comp_* to match the kconfig symbols
- Replace bootstrap with former gen-versions.sh
- Fold *.in.2 into their respective first parts; this moves common
  options to the end - if it is undesirable, inclusion of *.in
  can be moved where *.in.2 used to be (but that will also move
  version selection after common options).
- Retire addToolVersion.sh (may later replace with a more
  comprehensive script that tries to download the added tarballs,
  copy the patches and try to apply them, and create a version.desc).

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
16a56ed75b uClibc locale "package"
Does not build, though.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
c7a924a073 Fix printing the branch used in Git
... and prefer exact specified name, if it exists.
More bootstrap script specifications for packages.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
ee983f5f92 Downloading packages using new framework
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
567277099a Fix the references to old config variables
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
57426168ad Convert the rest of packages to new framework
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
e7deac3aad Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00
Alexey Neyman
f296faa8c2 Add arm_neon.h as a TODO item
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14 15:23:41 -07:00
Alexey Neyman
f98e04388c Update TODO
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-04-23 00:36:57 -07:00
Alexey Neyman
9976611216 Doc renames & issue template
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-04-13 00:07:29 -07:00
Bryan Hundven
1a25115a18 gcc: Support only the latest branch releases of gcc
This change, as per #222, reduces the number of supported releases of
gcc to the latest branch releases.

I noticed while doing this work that gcc-4.5.4 was never added, so I
moved patches for gcc-4.5.3 to 4.5.4 and updated the
bfin-unknown-linux-uclibc example. Also, 120-siginfo.patch was fixed
upstream in the 4.5.4 release, so this patch is omitted.

I also bumped the avr sample to 4.9.3 from 4.9.2.

With the addition of gcc-5.x, the gcc release team now releases the
major.minor.0 versions, while updates to the branch are available in
svn/git. We'll address that when we get to issue #219. This change just
removes CC_GCC_5_1 and moves CC_GCC_5_2 to CC_GCC_5, and removes
CC_GCC_5_1_or_later and moves CC_GCC_5_2_or_later to CC_GCC_5_or_later.

This is the first of two part changes, as mentioned in #222.
This change is slated for release in 1.22.0. The next change will be
slated for 1.23.0, and will limit gcc versions to what is on
https://gcc.gnu.org under "Release Series and Status", which is
currently 4.9.3 and 5.2.0, although I will also support the previous
supported version. In this example that would be 4.8.5.

Last, but not least, this change also retires AVR32 support.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-10-31 12:17:35 -07:00
Yann E. MORIN"
5fb6e6ddf8 TODO: remove some items
Those items have now been implemented:

  - mingw32 target
    we have it now, and even mingw64 too

  - mingw32 host
    it is certainly possible to canadian-build a toolchain to run
    in a mingw host

  - Cygwin host
    it is possible to build a toolchain in Cygwin, and it is probably
    possible to canadian-build it as well

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2014-05-07 18:40:48 +02:00
Yann E. MORIN"
c009897aee misc: fix more typos here and there...
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-07-17 16:53:40 +02:00
Yann E. MORIN"
c2538bf334 docs/TODO: remove finished items, update descriptions for remaining items 2010-01-13 19:27:12 +01:00
Yann E. MORIN"
85b96f88fe TODO: update
Add TODO list for m4, autoconf, automake and libtool.
Building our own versions would remove burden from the users
who have older versions on their distributions, and are not
ready/able/allowed to upgrade.
2009-09-04 17:27:16 +02:00
Yann E. MORIN"
ae0b568200 /devel/gcc-4.4:
- TODO: remove completed items

 -------- diffstat follows --------
 /devel/gcc-4.4/TODO |    6     1     5     0 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
2009-06-02 21:34:26 +00:00
Yann E. MORIN"
7ae18a8527 /devel/gcc-4.4:
- TODO: remove completed items

 -------- diffstat follows --------
 /devel/gcc-4.4/TODO |    1     0     1     0 -
 1 file changed, 1 deletion(-)
2009-05-25 19:48:42 +00:00
Yann E. MORIN"
87cf57e3ba /devel/gcc-4.4:
- TODO: remove completed items (companion libs are now in).

 -------- diffstat follows --------
 /devel/gcc-4.4/TODO |    6     1     5     0 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
2009-05-25 18:23:38 +00:00
Yann E. MORIN"
17b97a21ba /devel/gcc-4.4:
- TODO: add new item

 -------- diffstat follows --------
 /devel/gcc-4.4/TODO |    1     1     0     0 +
 1 file changed, 1 insertion(+)
2009-05-25 17:22:54 +00:00
Yann E. MORIN"
d18f4a9fef /trunk:
- TODO: add MPC as a gcc-4.4 pre-requisite

 -------- diffstat follows --------
 /devel/gcc-4.4/TODO |    1     1     0     0 +
 1 file changed, 1 insertion(+)
2009-05-24 21:44:21 +00:00
Yann E. MORIN"
7f4b7488c5 /devel/gcc-4.4:
- trivial spelling fix in TODO

 -------- diffstat follows --------
 /devel/gcc-4.4/TODO |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2009-05-21 19:00:55 +00:00
Yann E. MORIN"
30efe20fd8 /trunk:
- TODO: add multilib.

 -------- diffstat follows --------
 /trunk/TODO |    2     2     0     0 ++
 1 file changed, 2 insertions(+)
2009-05-21 13:49:30 +00:00
Yann E. MORIN"
1c1d672f87 Add a TODO file.
-------- diffstat follows --------
 /trunk/README |    2     2     0     0 ++
 /trunk/TODO   |   37    37     0     0 +++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
2009-05-12 06:07:41 +00:00
Yann E. MORIN"
a7862a5c99 Remove TODO, I can seem to update it and follow what's there... :-( 2007-07-28 21:15:11 +00:00
Yann E. MORIN"
09cd1dce17 Update TODO. 2007-07-16 16:35:15 +00:00
Yann E. MORIN"
e4a493abc9 Add ltrace (and libelf) utilities.
Marked as BROKEN for others to debug that if they need it.
2007-07-13 12:22:34 +00:00
Yann E. MORIN"
d979c033f5 Add the TODO file. 2007-07-12 15:40:50 +00:00