jasonmoxham
98fb151932
merged buildtest branch into trunk for building outside the src tree , the command I used was svn merge -r 1643:1669 ../branches/buildtest/ in my local copy of trunk
2009-03-03 21:40:13 +00:00
jasonmoxham
d429481e4b
change libgmp_la to libmpir_la and libgmpxx_la to libmpirxx_la
2009-02-12 12:47:21 +00:00
jasonmoxham
f62cab6011
changed libgmp*.* for a few odd cases left
2009-02-12 12:00:42 +00:00
jasonmoxham
31ec9cdbeb
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done
...
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.la/libmpir.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.la/libmpirxx.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.a/libmpirxx.a/g" $file > temp ; mv temp $file ; done
2009-02-12 11:51:33 +00:00
jasonmoxham
9b722633b9
changed gmpxx.h to mpirxx.h for a few odd cases left
2009-02-12 11:37:18 +00:00
jasonmoxham
a6ab0a96b3
changed gmp.h to mpir.h for a few odd cases left
2009-02-12 11:23:26 +00:00
jasonmoxham
7b4d8b2be7
reverted to rev 1593
2009-02-10 00:16:08 +00:00
wbhart
51a3f813e1
Updated README and AUTHORS in the Windows build. Removed some ansi2knr stuff which causes recent autotools to choke.
2009-02-04 18:15:20 +00:00
wbhart
879d13a43f
Changed some GMP's to MPIR and a bug reporting address, found by Paul Zimmermann.
2009-02-04 16:16:09 +00:00
wbhart
79aacf7209
Updated license information for many files.
2008-07-24 21:14:10 +00:00
wbhart
6f41e541c0
Removed macos from the list of directories in the makefile.
2008-07-23 14:21:17 +00:00
wbhart
5955ae4ac5
Changed directory build order so yasm will build again.
2008-06-25 07:46:15 +00:00
wbhart
0e296b1cf4
Fixed yasm so that it only builds on x86, not by default.
2008-06-25 07:10:51 +00:00
wbhart
f756651b5b
Try to fix order of directory recursion in make.
2008-06-16 06:51:32 +00:00
wbhart
139fb55308
Attempt to get yasm to build unconditionally and automatically.
2008-06-16 06:44:48 +00:00
wbhart
a197a2d3eb
Basic GMP files with a new core2 directory and amd_64 directory with Martin's and Gaudry's patches.
...
Removed directories for no longer supported architectures.
2008-04-17 21:03:07 +00:00