aboutsummaryrefslogtreecommitdiff
path: root/zlib/old
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>2005-09-12 17:04:02 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-12 17:04:02 +0000
commit3ec980b182de950223663d4a3ef65177fa887501 (patch)
tree253197a1e98aea7fe0dd20a442e82f1f30007b5a /zlib/old
parent303ae446cf2ab1469d83e83f4cc5168c899c3cee (diff)
downloadgcc-3ec980b182de950223663d4a3ef65177fa887501.zip
gcc-3ec980b182de950223663d4a3ef65177fa887501.tar.gz
gcc-3ec980b182de950223663d4a3ef65177fa887501.tar.bz2
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches. From-SVN: r104182
Diffstat (limited to 'zlib/old')
-rw-r--r--zlib/old/Makefile.riscos18
-rw-r--r--zlib/old/README2
2 files changed, 10 insertions, 10 deletions
diff --git a/zlib/old/Makefile.riscos b/zlib/old/Makefile.riscos
index d97f449..57e29d3 100644
--- a/zlib/old/Makefile.riscos
+++ b/zlib/old/Makefile.riscos
@@ -3,12 +3,12 @@
# test works out-of-the-box, installs `somewhere' on demand
# Toolflags:
-CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
+CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
C++flags = -c -depend !Depend -IC: -throwback
-Linkflags = -aif -c++ -o $@
+Linkflags = -aif -c++ -o $@
ObjAsmflags = -throwback -NoCache -depend !Depend
-CMHGflags =
-LibFileflags = -c -l -o $@
+CMHGflags =
+LibFileflags = -c -l -o $@
Squeezeflags = -o $@
# change the line below to where _you_ want the library installed.
@@ -17,10 +17,10 @@ libdest = lib:zlib
# Final targets:
@.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \
@.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \
- @.o.uncompr @.o.zutil
+ @.o.uncompr @.o.zutil
LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \
@.o.gzio @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil \
- @.o.trees @.o.uncompr @.o.zutil
+ @.o.trees @.o.uncompr @.o.zutil
test: @.minigzip @.example @.lib
@copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV
@echo running tests: hang on.
@@ -41,9 +41,9 @@ test: @.minigzip @.example @.lib
@/@.example @.fred @.fred
@echo that will have given lots of hello!'s.
-@.minigzip: @.o.minigzip @.lib C:o.Stubs
- Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs
-@.example: @.o.example @.lib C:o.Stubs
+@.minigzip: @.o.minigzip @.lib C:o.Stubs
+ Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs
+@.example: @.o.example @.lib C:o.Stubs
Link $(Linkflags) @.o.example @.lib C:o.Stubs
install: @.lib
diff --git a/zlib/old/README b/zlib/old/README
index 06ebe3d1..800bf07 100644
--- a/zlib/old/README
+++ b/zlib/old/README
@@ -1,3 +1,3 @@
-This directory contains files that have not been updated for zlib 1.2.1
+This directory contains files that have not been updated for zlib 1.2.x
(Volunteers are encouraged to help clean this up. Thanks.)