-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* phoenix-rtos-build f60ef00...245e9af (6): > build: add separate flags for C++ > build: add support for C++ files > toolchain: build libstdc++ files as PIC > toolchain: set thread model to posix > toolchain: add a patch to the configure file for libstdc++ > toolchain: add building libstdc++ * phoenix-rtos-tests 0ab3312...3ead4a4 (1): > trunner: add minor fixes
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule phoenix-rtos-build
updated
11 files
+8 −1 | Makefile.armv7a | |
+7 −2 | Makefile.armv7m | |
+24 −1 | Makefile.common | |
+3 −0 | Makefile.host | |
+6 −1 | Makefile.ia32 | |
+6 −1 | Makefile.riscv64 | |
+1 −1 | build.sh | |
+10 −4 | makes/binary.mk | |
+10 −4 | makes/static-lib.mk | |
+50 −3 | toolchain/build-toolchain.sh | |
+243 −0 | toolchain/gcc-9.3.0-06-libstdcpp.patch |
Submodule phoenix-rtos-tests
updated
5 files
+1 −1 | trunner/config.py | |
+2 −1 | trunner/target/armv7a9.py | |
+2 −1 | trunner/target/armv7m4.py | |
+8 −2 | trunner/target/base.py | |
+13 −2 | trunner/test_runner.py |