增加所有文件
This commit is contained in:
18
prebuilts/gcc/arm-none-eabi/include/_newlib_version.h
Normal file
18
prebuilts/gcc/arm-none-eabi/include/_newlib_version.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/* _newlib_version.h. Generated from _newlib_version.hin by configure. */
|
||||
/* Version macros for internal and downstream use. */
|
||||
#ifndef _NEWLIB_VERSION_H__
|
||||
#define _NEWLIB_VERSION_H__ 1
|
||||
|
||||
/* The newlib version in string format. */
|
||||
#define _NEWLIB_VERSION "@NEWLIB_VERSION@"
|
||||
|
||||
/* The newlib major version number. */
|
||||
#define __NEWLIB__ @NEWLIB_MAJOR_VERSION@
|
||||
|
||||
/* The newlib minor version number. */
|
||||
#define __NEWLIB_MINOR__ @NEWLIB_MINOR_VERSION@
|
||||
|
||||
/* The newlib patch level. */
|
||||
#define __NEWLIB_PATCHLEVEL__ @NEWLIB_PATCHLEVEL_VERSION@
|
||||
|
||||
#endif /* !_NEWLIB_VERSION_H__ */
|
||||
Reference in New Issue
Block a user