summaryrefslogtreecommitdiff
path: root/assembler/Makefile.am
diff options
context:
space:
mode:
authorAdam Sampson <ats@offog.org>2018-04-03 23:48:43 +0100
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-04-04 16:43:24 +0300
commit2440f7220f6416156f3daf24dd073be396a44dcd (patch)
treedb01b9d576863228b74e2eebeb8f63ad77d25c23 /assembler/Makefile.am
parentcad5fc06f954546042a432202cbe7e5a20fe1132 (diff)
Use flex -i when building with meson.
When built with automake, the assembler's tokeniser is built with -i, making it case-insensitive. This wasn't being done with meson. (The symptom was build failures in intel-vaapi-driver, which uses register types like ":ub". In lex.l, they're written as ":UB", so the lexer was rejecting them without -i.) Signed-off-by: Adam Sampson <ats@offog.org> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'assembler/Makefile.am')
0 files changed, 0 insertions, 0 deletions