summaryrefslogtreecommitdiff
path: root/package/gmp/patches
AgeCommit message (Collapse)Author
2023-08-11gmp: update to 6.3.0Waldemar Brodkorb
2014-01-06update gmp/mpfr to latest upstream versionWaldemar Brodkorb
2013-10-29forgot the patchesWaldemar Brodkorb
2013-10-29use autotool infrastructureWaldemar Brodkorb
2011-03-31fix SSP buildWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar Brodkorb
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff.
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages