From ecab55f70064cea43093cf28f176b19324f4302f Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 21 Aug 2020 23:20:42 +1000 Subject: emu/video: check macros are defined before doing comparisons, also fix a typo in docs --- docs/source/initialsetup/compilingmame.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 91a73f6b13e..09b45d2869a 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -502,7 +502,7 @@ Linking using the LLVM linker The LLVM linker is generally faster than the GNU linker that GCC uses by default. This is more pronounced on systems with a high overhead for file -system operations (e.g. Microsoft Window, or when compiling on a disk mounted +system operations (e.g. Microsoft Windows, or when compiling on a disk mounted over a network). To use the LLVM linker with GCC, ensure the LLVM linker is installed and add ``-fuse-ld=lld`` to the linker options (e.g. in the **LDFLAGS** environment variable or in the **ARCHOPTS** setting). -- cgit v1.2.3-70-g09d2