diff options
author | Mauro Rossi <[email protected]> | 2016-02-21 20:57:47 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-01 13:56:57 +0100 |
commit | e09d04cd56eaca4db027c7faa3f92f4fb18b6751 (patch) | |
tree | 26a92d2f8a2f486beb51e5e4274abf6792350d8c /m4/.gitignore | |
parent | 952720ccee0b4e97729e1972cf22b463641f1569 (diff) |
radeonsi: use util_strchrnul() to fix android build error
Android Bionic does not support strchrnul() string function,
gallium auxiliary util/u_string.h provides util_strchrnul()
This change avoids the following building error:
external/mesa/src/gallium/drivers/radeonsi/si_shader.c:3863: error:
undefined reference to 'strchrnul'
collect2: error: ld returned 1 exit status
Cc: [email protected]
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'm4/.gitignore')
0 files changed, 0 insertions, 0 deletions