Commit Graph

6 Commits

Author SHA1 Message Date
jasonmoxham
3f076fe6ef update configure 2009-02-12 13:11:46 +00:00
jasonmoxham
e554550755 for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
2009-02-12 10:24:24 +00:00
wbhart
b925248c85 These files seem to need regenerating. They need yacc to do so, but it is not available on all systems.
This line, and those below, will be ignored--

M    calc/calc.c
M    calc/calc.h
2009-01-18 17:20:41 +00:00
wbhart
d625083fdf Regenerated calc and the gmp info files. 2008-09-16 23:11:00 +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
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