mirror of https://github.com/RT-Thread/rt-thread
[libc] fix a typo (#5689)
This commit is contained in:
parent
84ebead9c9
commit
ee10516544
|
@ -8,7 +8,7 @@ cwd = GetCurrentDir()
|
||||||
CPPPATH = [cwd]
|
CPPPATH = [cwd]
|
||||||
group = []
|
group = []
|
||||||
|
|
||||||
# sys/select.h does not exist in newlib 2.1.0 or lower version
|
# sys/select.h does not exist in newlib 2.2.0 or lower version
|
||||||
if rtconfig.PLATFORM == 'gcc' and (CheckHeader(rtconfig, 'sys/select.h') == False):
|
if rtconfig.PLATFORM == 'gcc' and (CheckHeader(rtconfig, 'sys/select.h') == False):
|
||||||
try:
|
try:
|
||||||
copy("../../../../common/nogcc/sys/select.h", "./sys/select.h") # copy from 'nogcc/sys/select.h'
|
copy("../../../../common/nogcc/sys/select.h", "./sys/select.h") # copy from 'nogcc/sys/select.h'
|
||||||
|
|
Loading…
Reference in New Issue