Module Name: src Committed By: mrg Date: Fri Jun 24 03:50:23 UTC 2011
Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile src/external/lgpl3/gmp/lib/libgmp/arch/x86_64: Makefile.inc Added Files: src/external/lgpl3/gmp: README build-gmp-Makefile.inc.awk Log Message: add a README to describe how to port GMP build framework, and a script to parse the GMP ./configure output and generate part of a makefile. move all the mpn build stuff into the MD part of the framework, and update the amd64 port to build all the parts it should. XXX: amd64 build fails to preprocess redc_1.asm gcd_1.asm mod_1_4.asm, XXX: so we're using the generic C versions for now. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/lgpl3/gmp/README \ src/external/lgpl3/gmp/build-gmp-Makefile.inc.awk cvs rdiff -u -r1.2 -r1.3 src/external/lgpl3/gmp/lib/libgmp/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/lgpl3/gmp/lib/libgmp/arch/x86_64/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.