Skip to content

Commit 8b17d53

Browse files
committed
[libc]新建gcc文件夹,将newlib和partical文件夹并入
1 parent 4c1c946 commit 8b17d53

File tree

19 files changed

+44
-49
lines changed

19 files changed

+44
-49
lines changed

bsp/ls1bdev/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ config PKGS_DIR
1818
source "$RTT_DIR/Kconfig"
1919
source "$PKGS_DIR/Kconfig"
2020

21-
config SOC_LS
22-
bool
23-
default y
24-
2521
config SOC_LS1B
2622
bool
2723
select RT_USING_COMPONENTS_INIT

bsp/ls1cdev/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ source "$RTT_DIR/Kconfig"
1919
source "$RTT_DIR/libcpu/mips/common/Kconfig"
2020
source "$PKGS_DIR/Kconfig"
2121

22-
config SOC_LS
23-
bool
24-
default y
25-
2622
config SOC_LS1C300
2723
bool
2824
select RT_USING_COMPONENTS_INIT

bsp/ls2kdev/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ source "$RTT_DIR/Kconfig"
2222
source "$RTT_DIR/libcpu/mips/common/Kconfig"
2323
source "$PKGS_DIR/Kconfig"
2424

25-
config SOC_LS
26-
bool
27-
default y
28-
2925
config SOC_LS2K1000
3026
bool
3127
select ARCH_MIPS64

components/libc/compilers/common/partial/ls/SConscript

Lines changed: 0 additions & 23 deletions
This file was deleted.

components/libc/compilers/common/partial/ls/readme.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/libc/compilers/newlib/README.md renamed to components/libc/compilers/gcc/newlib/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Please define RT_USING_LIBC and compile RT-Thread with GCC compiler.
66

77
## More Information
88

9-
https://sourceware.org/newlib/libc.html#Reentrancy
9+
https://sourceware.org/newlib/libc.html#Reentrancy
10+

0 commit comments

Comments
 (0)