From 9cab1ee93a412f7028c9da59b8c97447dd679517 Mon Sep 17 00:00:00 2001 From: jethrogb Date: Thu, 10 Jan 2019 10:04:12 +0530 Subject: [PATCH] Update conditional-compilation.md Made a mistake in #502 --- src/conditional-compilation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index 09025c111..2a8a8da5f 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -138,6 +138,7 @@ Example values: * `"gnu"` * `"msvc"` * `"musl"` +* `"sgx"` ### `target_endian` @@ -173,8 +174,8 @@ Key-value option set once with the vendor of the target. Example values: * `"apple"` +* `"fortanix"` * `"pc"` -* `"sgx"` * `"unknown"` ### `test`