mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 15:24:11 +08:00
Add GCC version detection.
Add cconfig.h file for different version of GCC, which is automatically detected and generated by scons script.
This commit is contained in:
@@ -103,20 +103,6 @@ if RT_USING_DFS
|
||||
help
|
||||
Let BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX APIs.
|
||||
|
||||
if RT_USING_DFS_NET
|
||||
config HAVE_SYS_SELECT_H
|
||||
bool "Toolchains/libc have provided sys/select.h"
|
||||
default n
|
||||
help
|
||||
Toolchains/libc have provided sys/select.h file, therefore, disable the sys/select.h in RT-Thread.
|
||||
|
||||
config HAVE_SYS_SOCKET_H
|
||||
bool "Toolchains/libc have provided sys/socket.h"
|
||||
default n
|
||||
help
|
||||
Toolchains/libc have provided sys/socket.h file, therefore, disable the sys/socket.h in RT-Thread.
|
||||
endif
|
||||
|
||||
config RT_USING_DFS_ROMFS
|
||||
bool "Enable ReadOnly file system on flash"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user