Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.

This commit is contained in:
Gregory Nutt
2017-01-20 09:30:07 -06:00
parent 85ef4c1e0c
commit 3c4684ef5f
378 changed files with 86 additions and 467 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
****************************************************************************/
/* Compatibility definitions */
#ifndef CONFIG_ARCH_BZERO
#ifndef CONFIG_LIBC_ARCH_BZERO
# define bzero(s,n) (void)memset(s,0,n)
#endif