mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-04 19:39:18 +00:00
Make check-names.sh happy
This commit is contained in:
parent
7715e669f1
commit
5ae028550f
|
@ -576,10 +576,10 @@
|
||||||
* the build error and is pretty reasonable anyway.
|
* the build error and is pretty reasonable anyway.
|
||||||
*/
|
*/
|
||||||
#if defined(__GNUC__) && !defined(__OPTIMIZE__)
|
#if defined(__GNUC__) && !defined(__OPTIMIZE__)
|
||||||
#define CANNOT_USE_R7
|
#define MULADDC_CANNOT_USE_R7
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__arm__) && !defined(CANNOT_USE_R7)
|
#if defined(__arm__) && !defined(MULADDC_CANNOT_USE_R7)
|
||||||
|
|
||||||
#if defined(__thumb__) && !defined(__thumb2__)
|
#if defined(__thumb__) && !defined(__thumb2__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue