Fin portage MkLinux

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@921 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-07-05 17:51:14 +00:00
parent 3d32b96bf7
commit 653515e094
1 changed files with 3 additions and 2 deletions

View File

@ -32,8 +32,9 @@ let powerpc =
let elf =
match Config.system with
"elf" -> false
| _ -> true
"aix" -> false
| "elf" -> true
| _ -> fatal_error "wrong $(SYSTEM)"
(* Exceptions raised to signal cases not handled here *)