Update KNOWN_BUGS.md

This commit is contained in:
Thomas Pöchtrager 2015-08-23 22:58:10 +02:00
parent b023827eb4
commit bf6dc769d1

View File

@ -2,7 +2,7 @@
------------- -------------
*** ISSUE: *** ***ISSUE:***
GCH generation does not work with `gcc` or `clang++-gstdc++`/`-foc-use-gcc-libstdc++` GCH generation does not work with `gcc` or `clang++-gstdc++`/`-foc-use-gcc-libstdc++`
if `-c` or `-x<lang>-header` is **not** passed to the compiler. if `-c` or `-x<lang>-header` is **not** passed to the compiler.
@ -27,7 +27,7 @@ Example:
start in crt1.10.6.o start in crt1.10.6.o
ld: symbol(s) not found for architecture x86_64 ld: symbol(s) not found for architecture x86_64
*** WORKAROUND: *** ***WORKAROUND:***
Add `-c` or `-x<lang>-header` to the compiler flags. Add `-c` or `-x<lang>-header` to the compiler flags.