From: Tony v. d. H. <to...@us...> - 2005-12-31 12:06:58
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9935/!OsLib/docs Modified Files: ChangeLog Unix_Build Log Message: Changes to facilitate GCCSDK autobuilder support. (20051231-1 John Tytgat) Index: Unix_Build =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/Unix_Build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Unix_Build 3 May 2004 15:03:39 -0000 1.2 --- Unix_Build 31 Dec 2005 12:06:32 -0000 1.3 *************** *** 26,30 **** which the task would have been much harder. ! 1.0 OSLib Unix Port ------------------- Dave Ruck kindliy made available his port of OSLib functions. Using this as a base, --- 26,30 ---- which the task would have been much harder. ! 1.0 OSLib Unix Port ------------------- Dave Ruck kindliy made available his port of OSLib functions. Using this as a base, *************** *** 38,42 **** implemented osargs_ensurew ! 1.1 DefMod ---------- (a) DefMod is built from defmod/Build_GNU, and defmod/Build_RISCOS, depending on --- 38,42 ---- implemented osargs_ensurew ! 1.1 DefMod ---------- (a) DefMod is built from defmod/Build_GNU, and defmod/Build_RISCOS, depending on *************** *** 47,53 **** (b) sources/objasm.c has been changed to allow the chosen assembler to be passed in as a macro. The syntax for gcc 'as' is different to that of armasm and objasm, so ! this is special-cased. For 32-bit builds the option =-target SA110" is added to ! avoid warnings about unsupported instructions. In verbose mode the assemler ! command is printed to stdout. (c) In order to accommodate an AS feature, branches targeting local labels have --- 47,51 ---- (b) sources/objasm.c has been changed to allow the chosen assembler to be passed in as a macro. The syntax for gcc 'as' is different to that of armasm and objasm, so ! this is special-cased. In verbose mode the assemler command is printed to stdout. (c) In order to accommodate an AS feature, branches targeting local labels have *************** *** 86,90 **** 1.3 bison ! ---------------- Bison is considered a standard UNIX tool, and the version supplied with the OSLib distribution is RISC OS only. There was no need to port it back to UNIX. --- 84,88 ---- 1.3 bison ! --------- Bison is considered a standard UNIX tool, and the version supplied with the OSLib distribution is RISC OS only. There was no need to port it back to UNIX. *************** *** 117,121 **** 1.7 IndexHelp ! ------------ Only needed a makefile. --- 115,119 ---- 1.7 IndexHelp ! ------------- Only needed a makefile. Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** ChangeLog 7 May 2005 11:43:39 -0000 1.75 --- ChangeLog 31 Dec 2005 12:06:32 -0000 1.76 *************** *** 33,36 **** --- 33,37 ---- supports it. - OSLibSupport is now additionaly available with a Unix file structure + - Changes to facilitate GCCSDK autobuilder support. (20051231-1 John Tytgat) OSLib 6.70 - Tony van der Hoff 08/07/2004 |