You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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]>
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.
The text was updated successfully, but these errors were encountered: