Commit Graph

6 Commits

Author SHA1 Message Date
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
wbhart
6045989170 Move calling conventions for core2 into right directory. 2008-05-30 09:27:42 +00:00
wbhart
5b3bf61771 Update makefile. 2008-05-30 06:07:33 +00:00
wbhart
e2d55c1102 Change x86_64.s to x86_64.asm. 2008-05-30 05:54:04 +00:00
wbhart
c751b2c864 Fixed tune makefile to reflect changes to name of x86_64.asm. 2008-05-27 05:19:30 +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