diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-09 14:01:19 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-09 14:01:19 -0700 |
commit | 39cad4254c1b7ebab2d4e7bf46591452aaeda639 (patch) | |
tree | 70ccde64a34f4158f77646976340ed363800e0c1 /configure | |
parent | c1c71a0f08781a5e92ebd50abb996800a57b3ca1 (diff) |
Add alternate __volatile__ keyword
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ static char *preprocesscmd[] = { "-D", "__inline__=inline", "-D", "__signed__=signed", "-D", "__thread=_Thread_local", + "-D", "__volatile__=volatile", $gnuc$defines}; static char *codegencmd[] = {"$DEFAULT_QBE", "-t", "$qbetarget"}; static char *assemblecmd[] = {"$DEFAULT_ASSEMBLER"}; |