浏览代码

autoconf: Fix thinko when checking freebsd CPU types

tags/mesa_7_1_rc1
Dan Nicholson 17 年前
父节点
当前提交
758b998941
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac 查看文件

@@ -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

正在加载...
取消
保存