From ab62e1bed37d2efe4d2a9e0139839bae21b1cdd9 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 18 Jan 2021 19:56:44 +0100 Subject: "macosx" is now called "macos" The configure script still accepts "macosx" for backward compatibility, but every other part of CompCert now uses "macos". --- aarch64/extractionMachdep.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aarch64/extractionMachdep.v') diff --git a/aarch64/extractionMachdep.v b/aarch64/extractionMachdep.v index ee0e3631..5b81ed4c 100644 --- a/aarch64/extractionMachdep.v +++ b/aarch64/extractionMachdep.v @@ -28,7 +28,7 @@ Extract Constant Archi.abi => Extract Constant SelectOp.symbol_is_relocatable => "match Configuration.system with - | ""macosx"" -> C2C.atom_is_extern + | ""macos"" -> C2C.atom_is_extern | _ -> (fun _ -> false)". (* Asm *) -- cgit