Skip to content

Commit 15adde5

Browse files
committed
Drop special instructions for OSF/1.
1 parent f38356d commit 15adde5

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-05-04 Bruno Haible <bruno@clisp.org>
2+
3+
Drop special instructions for OSF/1.
4+
* INSTALL.generic: Remove the recommendation for OSF/1.
5+
16
2018-05-04 Bruno Haible <bruno@clisp.org>
27

38
Simplify: Remove the ability to install a preloadable library.

INSTALL.generic

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,6 @@ to use an ANSI C compiler:
187187

188188
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
189189

190-
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
191-
parse its `<wchar.h>' header file. The option `-nodtk' can be used as
192-
a workaround. If GNU CC is not installed, it is therefore recommended
193-
to try
194-
195-
./configure CC="cc"
196-
197-
and if that doesn't work, try
198-
199-
./configure CC="cc -nodtk"
200-
201190
On AIX 3, the C include files by default don't define some necessary
202191
prototype declarations. If GNU CC is not installed, it is recommended to
203192
use the following options:

0 commit comments

Comments
 (0)