diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-10-23 16:54:03 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-10-23 16:54:03 +0000 |
commit | 0cce85e6d2dafb9ec9e273a37d6b5b103e69f366 (patch) | |
tree | 1ea000b5cec73c1e44161d41d69240d855193431 /README | |
parent | 1f451d888ed60d3fe805c531bd990193880de124 (diff) | |
download | ocaml-0cce85e6d2dafb9ec9e273a37d6b5b103e69f366.tar.gz |
Makefile: ajout de stdlib/std_exit.
Makefile.config, README: on parle du portage FreeBSD.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@344 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,10 +25,10 @@ Standard ML of New Jersey 1.08 on our tests), while retaining the moderate memory requirements of the bytecode compiler. The native-code compiler currently runs on the following platforms: - Alpha processors: DecStation 3000 under OSF1 - Sparc processors: Sun Sparcstation under SunOS 4.1 or Solaris 2 - Intel 386 / 486 / Pentium processors: PCs under Linux or NextStep - Mips processors: DecStation 3100 and 5000 under Ultrix 4 + Alpha processors: DecStation 3000 under OSF1 + Sparc processors: Sun Sparcstation under SunOS 4.1 or Solaris 2 + Intel 386 / 486 / Pentium processors: PCs under Linux, NextStep, FreeBSD + Mips processors: DecStation 3100 and 5000 under Ultrix 4 Other operating systems for the processors above have not been tested, but the compiler may work under other operating systems with no or |