mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-27 07:14:20 +00:00
964ffbb950cd0db5cb8043daad0a8a1cd6a8bb4d
Estimated hours taken: 2 Branches: main These changes allow the compiler to be built with `mmake --use-mmc-make'. */Mmakefile: Add dummy rules for optional `Mmake.*.params' files so that `mmc --make' is not asked to make them. library/INTER_FLAGS_MMC_MAKE: library/Mmakefile: Add a version of the `library/INTER_FLAGS' file to be used when `mmc --make' is being used. library/LIB_FLAGS.in: Add `--c-include-directory ../robdd' so that `mmc --make' can find the included C files for `robdd.m'. tools/bootcheck: Make `bootcheck --use-mmc-make' imply `bootcheck --use-subdirs'. Copy `INTER_FLAGS_MMC_MAKE' to stage 2 and stage 3 directories. Manually make `*_FLAGS' files in the stage 2 directory if `--use-mmc-make' is in effect.
…
…
…
…
…
…
…
…
Reportedly Mercury does not work on Solaris 2.5.1 if it is compiled with
gcc 2.7.x. It should however work fine on Solaris 2.5.1 if you compile
it with gcc 2.8, or if you use gcc 2.7.x with an earlier version of Solaris.
The binary distribution for Solaris that we distribute was compiled
with gcc 2.7.2, so if you have Solaris 2.5.1, you may need to compile
Mercury yourself from our source distribution.
("Solaris 2.x" is also known as "SunOS 5.x".)
Languages
Mercury
85.4%
C
8.7%
Shell
1.4%
Makefile
1%
JavaScript
1%
Other
2%