Home | History | Annotate | Download | only in gmp
History log of /src/tools/gmp/Makefile
RevisionDateAuthorComments
 1.6  28-Sep-2024  bad configure tools/gmp with --disable-assembly on x86_64 macOS 14.

works around the assembler routines being compile with 8 byte alignment
when 16 byte alignment is required.

patch by mrg@ who asked me to commit after testing.

addresses PR toolchain/58707.

pullup netbsd-10.
 1.5  18-Sep-2021  christos branches: 1.5.2;
Patch the build script and toolchain to allow passing through
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks
the build. These variables are necessary to support building NetBSD
from a GNU Guix or NixOS host, where /usr/include, /lib, and all
but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS
was incomplete. From Ryan Sundberg
 1.4  26-Sep-2020  mrg initial working version of native-gmp support.

does not use mknative.common yet, so always updates files and does
not mark them with NetBSD rcsid. (not a regression from the manual
version at least.)
 1.3  09-Jan-2016  christos Save a couple of dollars now that make is fixed.
 1.2  12-Apr-2012  mrg force ac_cv_path_mkdir to be set to nbinstall -d. this will avoid
gmp/configure from trying to use its install-sh for mkdir -p, and
should fix sourcesets created tarball builds.
 1.1  20-Jun-2011  mrg branches: 1.1.2; 1.1.4;
tools build framework for gmp, mpfr and mpc. from chuq.
 1.1.4.1  07-May-2012  riz Pull up following revision(s) (requested by mrg in ticket #207):
tools/gmp/Makefile: revision 1.2
tools/mpfr/Makefile: revision 1.2
tools/file/Makefile: revision 1.7
tools/binutils/Makefile: revision 1.22
tools/mpc/Makefile: revision 1.2
force ac_cv_path_mkdir to be set to nbinstall -d. this will avoid
gmp/configure from trying to use its install-sh for mkdir -p, and
should fix sourcesets created tarball builds.
force set ac_cv_mkdir_path to our install -d program.
fixes the remaining issues with 'sourcesets' and 'tools'.
 1.1.2.1  17-Apr-2012  yamt sync with head
 1.5.2.1  03-Oct-2024  martin Pull up following revision(s) (requested by bad in ticket #921):

tools/gmp/Makefile: revision 1.6

configure tools/gmp with --disable-assembly on x86_64 macOS 14.
works around the assembler routines being compile with 8 byte alignment
when 16 byte alignment is required.

patch by mrg@ who asked me to commit after testing.
addresses PR toolchain/58707.

RSS XML Feed