Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | gmp: update to 6.1.2 | Waldemar Brodkorb | |
2016-06-25 | gmp: update to 6.1.1 | Waldemar Brodkorb | |
2015-12-07 | gmp: update to latest stable version | Waldemar Brodkorb | |
2015-12-06 | install config.sub and config.guess always | Waldemar Brodkorb | |
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. | |||
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-09-04 | port OpenADK to a Debian/x32 host | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-05-04 | update gmp to latest upstream | Waldemar Brodkorb | |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb | |
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore. | |||
2014-03-01 | add path to build step | Waldemar Brodkorb | |
2014-03-01 | add path | Waldemar Brodkorb | |
2014-01-31 | fix cygwin build | Waldemar Brodkorb | |
2014-01-29 | cygwin fixes | Waldemar Brodkorb | |
2014-01-06 | update gmp/mpfr to latest upstream version | Waldemar Brodkorb | |
2013-11-14 | use --with-pic, otherwise gcj compile in jtools/gcj fails to link to libgmp.a | Waldemar Brodkorb | |
2011-10-22 | Darwin fixes | Waldemar Brodkorb | |
2011-10-21 | always use fsf config.guess | Waldemar Brodkorb | |
2011-05-02 | same problem for ubuntu/amd64 as for cygwin amd64 | Waldemar Brodkorb | |
2011-01-04 | copy fsf config.guess on Cygwin and use it. | Waldemar Brodkorb | |
When compiling gmp under Windows XP on a 64 Bit AMD system, config.guess tries to build with ABI64 and fails. Using configfsf.guess in this case, will fix it. | |||
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-06-07 | fix compile issues on MacOS X host | Waldemar Brodkorb | |
2010-02-27 | fix checksum check of toolchain archives after download | Waldemar Brodkorb | |
and update alix/wrap targets to 2.6.33 | |||
2010-02-25 | update to latest upstream version | Waldemar Brodkorb | |
2010-02-24 | toolchain: trailing whitespaces cleanup (just cosmetics!) | Phil Sutter | |
2010-02-24 | toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfr | Phil Sutter | |
2009-08-20 | add eglibc support | Waldemar Brodkorb | |
all three libraries tested with qemu-x86 | |||
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-30 | fix variable name | Waldemar Brodkorb | |
PKG_SITES is correct now | |||
2009-05-24 | more gcc 4.4 issues on mips | Waldemar Brodkorb | |
- disable runit in busybox - update gmp to latest upstream - PKG_DEPEND -> PKG_DEPENDS | |||
2009-05-17 | Initial import | wbx | |