[Commits] (vajda) new build upgraded to gcc 3.4 20040407
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 16 16:07:20 PDT 2004
Commit by: vajda
Modified files:
external/Makefile 1.16 1.17
external/README 1.3 1.4
Log message:
new build upgraded to gcc 3.4 20040407
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.16&r2=text&tr2=1.17
http://cvs.osafoundation.org/index.cgi/external/README.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: external/README
diff -u external/README:1.3 external/README:1.4
--- external/README:1.3 Thu Apr 15 17:33:49 2004
+++ external/README Fri Apr 16 16:06:48 2004
@@ -6,7 +6,7 @@
- OS X, 10.3.x, dev tools gcc + 3.4 build for gcj
An archive of gcc 3.4 built for OS X 10.3.x may be downloaded from:
- http://downloads.osafoundation.org/compilers/osx/gcc-3.4-20040107.tar.bz2
+ http://downloads.osafoundation.org/compilers/osx/gcc-3.4-20040407.tar.bz2
make compilers will download this for you
- Win2k/XP, MSVC 7.1, MinGW 3.1 with gcj 3.3.1,
Index: external/Makefile
diff -u external/Makefile:1.16 external/Makefile:1.17
--- external/Makefile:1.16 Fri Apr 16 10:51:30 2004
+++ external/Makefile Fri Apr 16 16:06:48 2004
@@ -86,8 +86,8 @@
ifeq ($(OS),Darwin)
compilers: gcc-3.4-20040107.tar.bz2
-gcc-3.4-20040107.tar.bz2:
- curl -O $(HOST)/osx/gcc-3.4-20040107.tar.bz2
+gcc-3.4-20040407.tar.bz2:
+ curl -O $(HOST)/osx/gcc-3.4-20040407.tar.bz2
endif
upload: $(SNAP)-$(VERSION).tar.gz
More information about the Commits
mailing list