FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Improve toolchain support by ptsneves · Pull Request #374 · monkey/monkey · GitHub

/ monkey Public

Improve toolchain support - #374

Open
ptsneves wants to merge 2 commits into
monkey:masterfrom
ptsneves:improve-toolchain-support
Open

Improve toolchain support#374
ptsneves wants to merge 2 commits into
monkey:masterfrom
ptsneves:improve-toolchain-support

Conversation

Copy link
Copy Markdown

Minor changes that improve compatibility with other toolchains than GCC and glibc. This is useful for embedded environments. Patches originating in meta-openembedded.

kraj added 2 commits August 12, 2022 23:46
This define is necessary to get this API on glibc based systems

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Clang15 errors out on compiling the check and disables TLS

Fixes errors like

error: call to undeclared function '__tls_get_addr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
         __tls_get_addr(0);
         ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Paulo Neves <ptsneves@gmail.com>
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL