Commit b2e77a37 by Jakub Jelinek Committed by Jakub Jelinek

* config/mips/loongson-mmiintrin.h: Fix up #error message.

From-SVN: r270322
parent 63b8a166
2019-04-12 Jakub Jelinek <jakub@redhat.com>
* config/mips/loongson-mmiintrin.h: Fix up #error message.
2019-04-12 Jan Hubicka <hubicka@ucw.cz> 2019-04-12 Jan Hubicka <hubicka@ucw.cz>
* params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter. * params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
#define _GCC_LOONGSON_MMIINTRIN_H #define _GCC_LOONGSON_MMIINTRIN_H
#if !defined(__mips_loongson_mmi) #if !defined(__mips_loongson_mmi)
# error "You must select -mloongson-mmi or -march=loongson2e/2f/3a to use # error You must select -mloongson-mmi or -march=loongson2e/2f/3a to use\
loongson-mmiintrin.h" loongson-mmiintrin.h
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment