Commit Graph

13 Commits

Author SHA1 Message Date
Fergus Henderson
a7ab6dac4e Add a hack for Irix 5.
mgnuc.sh:
	Add a hack for Irix 5.
1995-05-12 20:37:41 +00:00
Fergus Henderson
f3ce426725 Use ${var=default} rather than ${var:-$default}, since according
scripts/*.sh:
	Use ${var=default} rather than ${var:-$default}, since according
	to the GNU autoconf manual, the latter is not portable.
1995-05-12 15:57:16 +00:00
Fergus Henderson
e9496f4971 Fix bug found by Wojtek.
mgnuc.sh:
	Fix bug found by Wojtek.
1995-04-12 08:01:07 +00:00
Fergus Henderson
5df40b0d26 Add copyright notices.
scripts/*:
	Add copyright notices.
1995-03-28 15:35:15 +00:00
Fergus Henderson
fd745d153b Very minor documentation fix.
scripts/mgnuc.sh:
	Very minor documentation fix.
1995-03-18 10:43:36 +00:00
Fergus Henderson
55b191e8c4 Remove support for the -sinit option, since it doesn't work anymore.
mgnuc.sh:
	Remove support for the -sinit option, since it doesn't work anymore.
	Fix typo in -v output.
	Add -Wno-unused to the warning options, to suppress warnings
	about unused procedures.
1995-03-06 07:29:30 +00:00
Fergus Henderson
ac2d66340a Change the default grade to asm_fast.gc
mgnuc.sh:
	Change the default grade to asm_fast.gc
1995-03-04 15:07:04 +00:00
Fergus Henderson
92009a8622 Remove an obsolete old hack for gcc on munta.
mgnuc.sh:
	Remove an obsolete old hack for gcc on munta.
1995-03-03 16:41:14 +00:00
Fergus Henderson
1ec77b435e Add new modes asm_jump and asm_fast which use assembler labels.
mgnuc.sh:
	Add new modes asm_jump and asm_fast which use assembler labels.
1995-02-26 14:31:05 +00:00
Fergus Henderson
d8bbb7f654 Add new grades fast.gc, reg.gc, etc. for conservative garbage
mod2c, mgnuc.sh, ml.sh:
	Add new grades fast.gc, reg.gc, etc. for conservative garbage
	collection.  Remove the --gc option from ml, since that information
	is now part of the grade.
1995-02-16 05:17:39 +00:00
Fergus Henderson
741984aaa5 Fix typo.
mgnuc.sh, ml.sh:
	Fix typo.
1995-02-02 14:40:59 +00:00
Fergus Henderson
5a3e1b242f Add a script for invoking the Mercury Compiler compiled with Sicstus.
mcs.sh:
	Add a script for invoking the Mercury Compiler compiled with Sicstus.

*.sh:
	Add some documentation.
1995-02-02 13:25:43 +00:00
Fergus Henderson
7e5d4c2d89 Moved these scripts from the code directory to the scripts directory.
mgnuc.sh mod2c mod2init.sh:
	Moved these scripts from the code directory to the scripts directory.
	Changed mgnuc to use the MERCURY_C_INCL_DIR environment variable.
	Changed mod2init to use MERCURY_MOD_LIB_DIR and MERCURY_MOD_LIB_MODS.
	Changed ml to use MERCURY_C_LIB_DIR rather than MERCURY_CLIB_DIR.
1995-02-02 05:57:16 +00:00