From bf6dc769d19953a4ad4835754e4ef464f8d18454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 23 Aug 2015 22:58:10 +0200 Subject: [PATCH] Update KNOWN_BUGS.md --- KNOWN_BUGS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KNOWN_BUGS.md b/KNOWN_BUGS.md index 1bf2f02..7a49be8 100644 --- a/KNOWN_BUGS.md +++ b/KNOWN_BUGS.md @@ -2,7 +2,7 @@ ------------- -*** ISSUE: *** +***ISSUE:*** GCH generation does not work with `gcc` or `clang++-gstdc++`/`-foc-use-gcc-libstdc++` if `-c` or `-x-header` is **not** passed to the compiler. @@ -27,7 +27,7 @@ Example: start in crt1.10.6.o ld: symbol(s) not found for architecture x86_64 -*** WORKAROUND: *** +***WORKAROUND:*** Add `-c` or `-x-header` to the compiler flags.