summaryrefslogtreecommitdiff
path: root/toolchain/gmp
AgeCommit message (Collapse)Author
2017-01-11gmp: update to 6.1.2Waldemar Brodkorb
2016-06-25gmp: update to 6.1.1Waldemar Brodkorb
2015-12-07gmp: update to latest stable versionWaldemar Brodkorb
2015-12-06install config.sub and config.guess alwaysWaldemar Brodkorb
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection.
2014-12-27convert checksum check to sha256Waldemar 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-04port OpenADK to a Debian/x32 hostThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-06-21s/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-04update gmp to latest upstreamWaldemar Brodkorb
2014-03-17add TOOLCHAIN_DIR supportWaldemar 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-01add path to build stepWaldemar Brodkorb
2014-03-01add pathWaldemar Brodkorb
2014-01-31fix cygwin buildWaldemar Brodkorb
2014-01-29cygwin fixesWaldemar Brodkorb
2014-01-06update gmp/mpfr to latest upstream versionWaldemar Brodkorb
2013-11-14use --with-pic, otherwise gcj compile in jtools/gcj fails to link to libgmp.aWaldemar Brodkorb
2011-10-22Darwin fixesWaldemar Brodkorb
2011-10-21always use fsf config.guessWaldemar Brodkorb
2011-05-02same problem for ubuntu/amd64 as for cygwin amd64Waldemar Brodkorb
2011-01-04copy 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-30rework architecture / embedded systems conceptWaldemar 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-07fix compile issues on MacOS X hostWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-25update to latest upstream versionWaldemar Brodkorb
2010-02-24toolchain: trailing whitespaces cleanup (just cosmetics!)Phil Sutter
2010-02-24toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfrPhil Sutter
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-30fix variable nameWaldemar Brodkorb
PKG_SITES is correct now
2009-05-24more gcc 4.4 issues on mipsWaldemar Brodkorb
- disable runit in busybox - update gmp to latest upstream - PKG_DEPEND -> PKG_DEPENDS
2009-05-17Initial importwbx