Explorar o código

Update changelog and build instructions.

git-svn-id: file:///var/svn/tigccpp/trunk@739 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler %!s(int64=18) %!d(string=hai) anos
pai
achega
d713fb3e21

+ 4 - 1
tigcc-linux/CHANGELOG

@@ -1,6 +1,7 @@
 Changelog for TIGCC For Linux
 
-- 2006-07-28, CVS HEAD (Kevin Kofler)
+- 2006-07-30, version 0.96 beta 7 r1 (Kevin Kofler)
+        * Synced Win32 TIGCC 0.96 Beta 7 source tree.
         * Updated import scripts to use a separate CVS checkout.
         * Removed empty "ide" directory, KTIGCC will be distributed separately.
         * TIGCC/*nix is now in CVS too.
@@ -20,6 +21,8 @@ Changelog for TIGCC For Linux
         * Fixed compilation of ld-tigcc with Apple GCC (needs
           -fnested-functions from XCode 2.3 on). Added note that XCode 2.2 and
           2.2.1 are not supported and will not work.
+        * Updated build scripts for the GCC update.
+        * Updated installation instructions for the GCC update.
 
 - 2005-10-02, version 0.96 beta 6 r1 (Kevin Kofler)
         * Synced Win32 TIGCC 0.96 Beta 6 source tree.

+ 6 - 6
tigcc-linux/INSTALL

@@ -34,9 +34,9 @@ REQUIRED:
 	9. flex
 
 OPTIONAL:
-	10. Windows or (not tested) WINE to compile the documentation from
-	    source (optional: the source distribution includes pre-generated
-	    HTML documentation)
+	10. Windows or WINE to compile the documentation from source
+	    (optional: the source distribution includes pre-generated HTML
+	    documentation)
 
 	11. A dialog executable (any of: kdialog, xdialog, gdialog, cdialog or
 	    dialog), if and only if you want to use the wizard (optional: the
@@ -46,7 +46,7 @@ If you run into any problems, please contact me and let me know
 where the install failed...
 
 If you want to recompile TIGCC-Linux, you will need to dowload:
-	gcc-core-4.0.2.tar.bz2 (gcc-core, full gcc may not compile !)
+	gcc-core-4.1-20060728.tar.bz2 (gcc-core, full gcc may not compile !)
 	binutils-2.16.1.tar.bz2
 
 Depending on your machine, compilation can take some time !
@@ -76,11 +76,11 @@ you should have done it like this:
 	tar xfv tigcc-src.tar
 	mkdir download
 	cd download
-	bunzip2 binutils-2.16.1.tar.bz2 gcc-core-4.0.2.tar.bz2
+	bunzip2 binutils-2.16.1.tar.bz2 gcc-core-4.1-20060728.tar.bz2
 	tar xvf binutils-2.16.1.tar
 	tar xvf gcc-core-4.0.2.tar
 	ln -s binutils-2.16.1 binutils.ti
-	ln -s gcc-4.0.2 gcc.ti
+	ln -s gcc-4.1-20060728 gcc.ti
 	cd ..
 
 At this point, you have 2 options:

+ 1 - 1
tigcc-linux/scripts/updatedoc

@@ -1,5 +1,5 @@
 #!/bin/sh
-TIGCCCVSDIR=/e/TI-89/tigcccvs
+TIGCCCVSDIR=../../tigcccvs
 WINDOCDIR=../../tigccdoc/System
 
 echo Creating documentation source tarball...

+ 1 - 1
tigcc-linux/scripts/updatesrc

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 TIGCCCVSDIR=../../tigcccvs
-TIGCCLIBDIR=/e/TI-89/Compilers/tigcc/Lib
+TIGCCLIBDIR=../../tigcc-win32/Lib
 A68KSRCDIR=/e/TI-89/a68k/source
 TIGCCLINUXCVSDIR=../../tigcc-linux-cvs