-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# platform-native | ||
|
||
Support files for building application to run as native processes. | ||
Support files for building application to run as native processes | ||
on GNU/Linux and macOS. | ||
|
||
A few files, with minimal content, are added: | ||
The platform specific include header is currently empty: | ||
|
||
- `include/micro-os-plus/config.h` | ||
- `include/micro-os-plus/platform.h` | ||
- `platform/include/micro-os-plus/platform.h` | ||
|
||
## RPATH | ||
|
||
To accommodate for the custom library path, ask the compiler | ||
for the actual path and use `-Wl,-rpath` during link. | ||
|
||
For older GCC (like 11) it is still necessary to use -static-* on macOS. |