Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
brkho
/
mesa
Observar
1
Favorito
0
Fork
0
Código
Versões
562
Wiki
Atividade
Ver código fonte
autoconf: Fix thinko when checking freebsd CPU types
tags/mesa_7_1_rc1
Dan Nicholson
17 anos atrás
pai
112a40ec02
commit
758b998941
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
configure.ac
+ 1
- 1
configure.ac
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar