diff options
Diffstat (limited to 'libhsail-rt/configure.tgt')
-rw-r--r-- | libhsail-rt/configure.tgt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libhsail-rt/configure.tgt b/libhsail-rt/configure.tgt index 7c481caa38b..3868d26ee4c 100644 --- a/libhsail-rt/configure.tgt +++ b/libhsail-rt/configure.tgt @@ -28,9 +28,7 @@ # broken systems. Currently it has been tested only on x86_64 Linux # of the upstream gcc targets. More targets shall be added after testing. case "${target}" in - i[[3456789]]86-*linux*) - ;; - x86_64-*-linux*) + x86_64-*-linux* | i?86-*-linux*) ;; *) UNSUPPORTED=1 |