Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	(tst-chmod-ARGS): Likewise.
  • Loading branch information
Ulrich Drepper committed Nov 9, 2000
1 parent 53e5cdd commit 55f462e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

* posix/Makefile (tst-dir-ARGS): Fix problem with compiling in
source directory.
(tst-chmod-ARGS): Likewise.

2000-11-09 H.J. Lu <hjl@gnu.org>

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains the version 2.1.97 release of the GNU C Library.
This directory contains the version 2.2 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

Expand Down
15 changes: 11 additions & 4 deletions manual/install.texi
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ following patterns:
@smallexample
alpha@var{*}-@var{*}-linux
arm-@var{*}-linux
arm-@var{*}-linuxaout
arm-@var{*}-none
hppa-@var{*}-linux
i@var{x}86-@var{*}-gnu
i@var{x}86-@var{*}-linux
ia64-@var{*}-linux
Expand All @@ -443,8 +442,16 @@ sparc-@var{*}-linux
sparc64-@var{*}-linux
@end smallexample

Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:
Former releases of this library (version 2.1 and/or 2.0) used to run on
the following configurations:

@smallexample
arm-@var{*}-linuxaout
arm-@var{*}-none
@end smallexample

Very early releases (version 1.09.1 and perhaps earlier versions) used
to run on the following configurations:

@smallexample
alpha-dec-osf1
Expand Down
2 changes: 1 addition & 1 deletion posix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
tst-exec-ARGS = -- $(built-program-cmd)
tst-spawn-ARGS = -- $(built-program-cmd)
tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
tst-chmod-ARGS = $(objpfx)
tst-chmod-ARGS = `pwd`

tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
Expand Down

0 comments on commit 55f462e

Please sign in to comment.