|
From: Alex M. S. <arc...@us...> - 2010-04-11 21:39:11
|
Update of /cvsroot/nettle/nettle In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13883 Modified Files: !RelSrc,fd7 !Release,fd7 License Makefile,fe1 Log Message: Update release scripts for beta release. Update various dates from 2003/2004 to 2010. Update ZapRedraw to 0.48 for BeagleBoard compatibility - this also requires a 'fake' ZapFontsMessages path to be configured in the event that the user doesn't have a ZapFonts installation, so have added these messages too, and configuration of them into the !Run file. Change the build options to add -c90 (this seems to fix the __assert2 issue that Castle's C compiler causes with stubsg), -Wp to suppress the non-ANSI include warnings that TCPIPLibs generates, and -memaccess -L22-S22-L41 to build the binary in a way that the BeagleBoard should be happy with. (These changes are partly based on the ones that James Peacock sent me). And do a nasty change to c/choices to allow the errno.h that I have to build with -c90 - it appears to fail to build for me, so temporarily disable the #include and locally declare errno. Tested/built on RPCEmu and it seems to run/display OK. ***** Bogus filespec: !RelSrc,fd7,1.7,1.8 ***** Bogus filespec: !Release,fd7,1.8,1.9 Index: License =================================================================== RCS file: /cvsroot/nettle/nettle/License,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** License 18 Feb 2004 23:28:55 -0000 1.5 --- License 11 Apr 2010 21:39:02 -0000 1.6 *************** *** 1,3 **** ! Copyright (c) 2000-2004, Nettle developers All rights reserved. --- 1,3 ---- ! Copyright (c) 2000-2010, Nettle developers All rights reserved. ***** Bogus filespec: Makefile,fe1,1.33,1.34 |