> Uri and I are working through some Clang Integrated Assembler issues. Its > a challenging platform because GCC uses Clang Integrated Assembler rather > than Binutil's AS. > > We think we are ready for some more widespread testing. If you have > MacPorts GCC installed, then please perform: > > git clone http://github.com/weidai11/cryptopp.git > git checkout clang-ia > > # Back to regular stuff > make CXX=/opt/local/bin/g++ -j 4 > ... >
The changes were merged at http://github.com/weidai11/cryptopp/commit/fb72dbc8cb750be749a4ec3e2f27d164fe89d431 and http://github.com/weidai11/cryptopp/commit/34e95a7cde503891b76b2ce35176bf24b4b0c29a. The clang-ia branch was deleted. You may need to 'git branch -D clang-ia' to clean the cruft Git leaves behind. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
