mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-16 07:59:53 +00:00
autoconf: Fix thinko when checking freebsd CPU types
This commit is contained in:
parent
112a40ec02
commit
758b998941
@ -795,7 +795,7 @@ linux*)
|
||||
;;
|
||||
freebsd*)
|
||||
PIC_FLAGS="-fPIC"
|
||||
case "$host_os" in
|
||||
case "$host_cpu" in
|
||||
i*86)
|
||||
PIC_FLAGS=""
|
||||
if test "x$enable_asm" = xyes; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user