Commit Graph

13 Commits

Author SHA1 Message Date
Peter Wang
55c31d81a2 Update information about AIX support.
README.AIX:
NEWS:
    As above.
2019-06-06 16:01:37 +10:00
Peter Wang
cd9e3541ee Skip gcc labels test on PowerPC.
configure.ac:
    Skip checking if gcc labels work on PowerPC; the test program enters
    an infinite loop.

README.AIX:
    Delete reference to infinite loop.
2019-05-31 16:33:51 +10:00
Julien Fischer
c60aab937b Fix and update README files.
README.CSharp:
README.Java:
	The foreign_proc examples here would result in a purity error.
	Fix them so they do not.

README.Cygwin:
	Update URLs.

README.AIX:
	Delete the bit about the -ansi option; we no longer pass that to
	the C compiler anyway.

README.MinGW:
README.MS-VisualC:
	Fix grammar.
2015-01-05 13:27:26 +11:00
Peter Wang
ef15ccf76d Document experience on AIX.
README.AIX:
	As above.
2014-07-14 14:54:40 +10:00
Julien Fischer
77e527f92b Minor rewording of README.{AIX,HPUX}.
README.AIX:
	As above.

README.HPUX:
	As above, plus fix a cut-and-paste error.
2014-06-16 13:56:43 +10:00
Paul Bone
0efd461861 Make Julien's review suggestions
README.md:
    Remove references to lcc (hasn't been tried with Mercury for years)
    and the old .NET backend from README.md (likely to cause confusion
    more than anything else).

README.md:
README.IRIX-5:
    Remove the references to IRIX-5 (including the file README.IRIX-5)
    completely.  IRIX is pretty much dead, this documentation is pretty
    much clutter at this point.

README.AIX:
README.HPUX:
    Replacing the contents of README.HPUX and README.AIX to say that
    Mercury (to the best of our knowledge) hasn't been tried with recent
    versions of those OSs.
2014-05-28 12:39:42 +10:00
Simon Taylor
319df48866 Remove the RM_C mmake variable, which controlled whether the intermediate
Estimated hours taken: 0.5
Branches: main

Remove the RM_C mmake variable, which controlled whether the intermediate
`.c' files were removed (now they never are).

The implementation was buggy (it didn't work with parallel makes), and
made it difficult to avoid always recompiling the `.c' file with smart
recompilation.

Mmake.common.in:
configure.in:
README.AIX:
bindist/bindist.build_vars.in:
bindist/bindist.configure.in:
scripts/Mmake.vars.in:
scripts/Mmake.rules:
compiler/modules.m:
tools/bootcheck:
tools/binary_step:
*/Mmakefile:
	Remove references to RM_C, DEFAULT_RM_C and LIBRARY_RM_C.

compiler/modules.m:
	The `.o' and `.pic_o' file now depends only on the `.c' file,
	not on everthing the `.c' file depends on. The extra dependencies
	were only needed because the intermediate `.c' file could
	be removed by RM_C. This change is needed to avoid recompiling
	unchanged `.c' files with smart recompilation.
2001-05-18 14:23:59 +00:00
Fergus Henderson
b86e3f546d Delete an obsolete reference to the defunct
Estimated hours taken: 0.1

README.AIX:
	Delete an obsolete reference to the defunct
	turiel.cs.mu.oz.au ftp site.
2001-02-28 13:13:17 +00:00
Fergus Henderson
9ad1bdf0da Various changes to the README files, in preparation for the next release.
Estimated hours taken: 1

Various changes to the README files, in preparation for the next release.

.README.in:
	Update version numbers and copyright dates.
	Update the list of README.* files.

README.HPUX:
	New file.

README.AIX:
	Update to reflect recent bug fix.

README.Linux:
	Delete an obsolete patch at the end of this file;
	the text describing this patch had been removed already.

README.MS-Windows:
	Mention that we haven't tested it on Windows 98.

NEWS:
	We've updated to Boehm GC version 4.13alpha2.

extras/README:
	Add descriptions of each subdirectory.
1998-09-04 06:26:49 +00:00
Fergus Henderson
3566997f8b Update to reflect the current status of the AIX port.
Estimated hours taken: 0.5

README.AIX:
	Update to reflect the current status of the AIX port.
1998-09-03 06:18:15 +00:00
Fergus Henderson
03bc9b212e Update to describe how to get things to work using GNU C, rather
Estimated hours taken: 0.25

mercury/README.AIX:
	Update to describe how to get things to work using GNU C, rather
	than using the AIX C compiler.
1996-04-11 14:11:22 +00:00
Fergus Henderson
25468edb81 You don't need to do as many special things for AIX as you
Estimated hours taken: 0.25

mercury/README.AIX:
	You don't need to do as many special things for AIX as you
	had to in 0.5.1, since most of them have been put into the
	main source code now.
1996-04-03 10:55:07 +00:00
Fergus Henderson
38b4352b80 New file, documents how to install Mercury on an RS/6000 running AIX.
Estimated hours taken: 0.25

mercury/README.AIX:
	New file, documents how to install Mercury on an RS/6000 running AIX.
1996-04-03 09:30:32 +00:00