Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for slightly more portability - specifically c99 or c11 support #95

Open
rsbeckerca opened this issue Jul 31, 2024 · 0 comments

Comments

@rsbeckerca
Copy link

I have been trying to get clar to work in my environment, which is a HPE NonStop x86 (Big Endian). The compilers available are c99 and c11. gcc is not available nor is likely to be in this decade. This would mean that being able to import CFLAGS, specifically to bypass non-portable flags like -Wall is crucial to being able to run the available compilers.

I am happy to do whatever changes are needed, but would appreciate a bit of direction on how you would like this done.

rsbeckerca added a commit to rsbeckerca/clar that referenced this issue Aug 1, 2024
This change includes modifying Makefile so that CFLAGS can be
overridden by an invoking Makefile or shell. It also modifies sandbox.h
to support an older form of mktemp/mkdir supported on the NonStop
platform.

Fixes: clar-test#95

Signed-off-by: Randall S. Becker <[email protected]>
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 a pull request may close this issue.

1 participant